This commit is contained in:
Tsanie Lily 2020-04-30 09:42:14 +08:00
parent cde8e39af2
commit 50ed28d05c
3 changed files with 3 additions and 3 deletions
IronIntelContractorBusiness/Properties
IronIntelContractorSiteLib

@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("2.20.429")]
[assembly: AssemblyFileVersion("2.20.430")]

@ -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,

@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("2.20.429")]
[assembly: AssemblyFileVersion("2.20.430")]