sync
This commit is contained in:
@ -477,7 +477,7 @@ namespace IronIntel.Contractor.Site.MapView
|
||||
EmailFormat += "Description:</br>";
|
||||
EmailFormat += "{6}</br><br/>";
|
||||
EmailFormat += "Click the link below to view directions to this asset:</br>";
|
||||
EmailFormat += "{7}";
|
||||
EmailFormat += "<a href=\"{7}\">View Directions</a>";
|
||||
if (asset.Location == null)
|
||||
asset.Location = new LocationViewItem();
|
||||
return string.Format(EmailFormat,
|
||||
|
Reference in New Issue
Block a user