sync
This commit is contained in:
@ -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.525")]
|
||||
[assembly: AssemblyFileVersion("2.20.526")]
|
||||
|
@ -255,7 +255,6 @@ namespace IronIntel.Contractor.Site
|
||||
string companyId = SystemParams.CompanyID;
|
||||
|
||||
InspectReportInfo report = null;
|
||||
var aic = CreateClient<AssetInspectClient>();
|
||||
if (teamintelligence)
|
||||
{
|
||||
var client = CreateClient<TeamIntelligenceClient>();
|
||||
@ -263,6 +262,7 @@ namespace IronIntel.Contractor.Site
|
||||
}
|
||||
else
|
||||
{
|
||||
var aic = CreateClient<AssetInspectClient>();
|
||||
report = aic.GetInspection(companyId, id);
|
||||
}
|
||||
|
||||
|
@ -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.525")]
|
||||
[assembly: AssemblyFileVersion("2.20.526")]
|
||||
|
2
Site
2
Site
Submodule Site updated: 90bcf3a8a3...61a0879af8
Reference in New Issue
Block a user