From 3a1348ee6d5db1cd6eae4973e8403b128b1377c0 Mon Sep 17 00:00:00 2001 From: Tsanie Lily Date: Tue, 26 May 2020 10:21:07 +0800 Subject: [PATCH] sync --- IronIntelContractorBusiness/Properties/AssemblyInfo.cs | 2 +- IronIntelContractorSiteLib/InspectionBasePage.cs | 2 +- IronIntelContractorSiteLib/Properties/AssemblyInfo.cs | 2 +- Site | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/IronIntelContractorBusiness/Properties/AssemblyInfo.cs b/IronIntelContractorBusiness/Properties/AssemblyInfo.cs index 33dbb87..59a8bc7 100644 --- a/IronIntelContractorBusiness/Properties/AssemblyInfo.cs +++ b/IronIntelContractorBusiness/Properties/AssemblyInfo.cs @@ -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")] diff --git a/IronIntelContractorSiteLib/InspectionBasePage.cs b/IronIntelContractorSiteLib/InspectionBasePage.cs index 5d6f855..dab216f 100644 --- a/IronIntelContractorSiteLib/InspectionBasePage.cs +++ b/IronIntelContractorSiteLib/InspectionBasePage.cs @@ -255,7 +255,6 @@ namespace IronIntel.Contractor.Site string companyId = SystemParams.CompanyID; InspectReportInfo report = null; - var aic = CreateClient(); if (teamintelligence) { var client = CreateClient(); @@ -263,6 +262,7 @@ namespace IronIntel.Contractor.Site } else { + var aic = CreateClient(); report = aic.GetInspection(companyId, id); } diff --git a/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs b/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs index 10ca758..040b067 100644 --- a/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs +++ b/IronIntelContractorSiteLib/Properties/AssemblyInfo.cs @@ -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")] diff --git a/Site b/Site index 90bcf3a..61a0879 160000 --- a/Site +++ b/Site @@ -1 +1 @@ -Subproject commit 90bcf3a8a337daecc61bf5a20f9f30f7ec81441e +Subproject commit 61a0879af8868e3480b1e45f0abd6a5df44328ca