sync
This commit is contained in:
parent
cde8e39af2
commit
50ed28d05c
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")]
|
||||
|
Loading…
x
Reference in New Issue
Block a user