sync
This commit is contained in:
parent
befc93960b
commit
3a1348ee6d
@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
|
|||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.0.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;
|
string companyId = SystemParams.CompanyID;
|
||||||
|
|
||||||
InspectReportInfo report = null;
|
InspectReportInfo report = null;
|
||||||
var aic = CreateClient<AssetInspectClient>();
|
|
||||||
if (teamintelligence)
|
if (teamintelligence)
|
||||||
{
|
{
|
||||||
var client = CreateClient<TeamIntelligenceClient>();
|
var client = CreateClient<TeamIntelligenceClient>();
|
||||||
@ -263,6 +262,7 @@ namespace IronIntel.Contractor.Site
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
var aic = CreateClient<AssetInspectClient>();
|
||||||
report = aic.GetInspection(companyId, id);
|
report = aic.GetInspection(companyId, id);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -33,4 +33,4 @@ using System.Runtime.InteropServices;
|
|||||||
// by using the '*' as shown below:
|
// by using the '*' as shown below:
|
||||||
// [assembly: AssemblyVersion("1.0.*")]
|
// [assembly: AssemblyVersion("1.0.*")]
|
||||||
[assembly: AssemblyVersion("1.0.0.0")]
|
[assembly: AssemblyVersion("1.0.0.0")]
|
||||||
[assembly: AssemblyFileVersion("2.20.525")]
|
[assembly: AssemblyFileVersion("2.20.526")]
|
||||||
|
2
Site
2
Site
@ -1 +1 @@
|
|||||||
Subproject commit 90bcf3a8a337daecc61bf5a20f9f30f7ec81441e
|
Subproject commit 61a0879af8868e3480b1e45f0abd6a5df44328ca
|
Loading…
x
Reference in New Issue
Block a user