diff --git a/.vs/MedAP/v15/.suo b/.vs/MedAP/v15/.suo index 28cec7a..9d6a3ab 100644 Binary files a/.vs/MedAP/v15/.suo and b/.vs/MedAP/v15/.suo differ diff --git a/Jenkinsfile b/Jenkinsfile index 5b2e99f..55c4c20 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { steps { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=87']) { + withEnv(['NEXT_BUILD_NUMBER=88']) { // env.versionNumber = VersionNumber(versionNumberString : '${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2017-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2017-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'MedAP' diff --git a/MedAP/Properties/PublishProfiles/DEMO-OVH.pubxml b/MedAP/Properties/PublishProfiles/DEMO-OVH.pubxml index 98a5dbf..09e891a 100644 --- a/MedAP/Properties/PublishProfiles/DEMO-OVH.pubxml +++ b/MedAP/Properties/PublishProfiles/DEMO-OVH.pubxml @@ -57,16 +57,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt - - - - - - - - - - False diff --git a/MedAP/Properties/PublishProfiles/IIS01.pubxml b/MedAP/Properties/PublishProfiles/IIS01.pubxml index d67184a..011045f 100644 --- a/MedAP/Properties/PublishProfiles/IIS01.pubxml +++ b/MedAP/Properties/PublishProfiles/IIS01.pubxml @@ -32,16 +32,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt - - - - - - - - - - diff --git a/MedAP/Properties/PublishProfiles/IIS02.pubxml b/MedAP/Properties/PublishProfiles/IIS02.pubxml index 203c25d..b8c05de 100644 --- a/MedAP/Properties/PublishProfiles/IIS02.pubxml +++ b/MedAP/Properties/PublishProfiles/IIS02.pubxml @@ -36,16 +36,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt - - - - - - - - - - diff --git a/MedAP/Properties/PublishProfiles/PROD-OVH-SGHERZI.pubxml b/MedAP/Properties/PublishProfiles/PROD-OVH-SGHERZI.pubxml index 67d5d1b..c0f0caa 100644 --- a/MedAP/Properties/PublishProfiles/PROD-OVH-SGHERZI.pubxml +++ b/MedAP/Properties/PublishProfiles/PROD-OVH-SGHERZI.pubxml @@ -57,16 +57,6 @@ by editing this MSBuild file. In order to learn more about this please visit htt - - - - - - - - - - False diff --git a/MedAP/Web.config b/MedAP/Web.config index 689f8c0..c0960ec 100644 --- a/MedAP/Web.config +++ b/MedAP/Web.config @@ -72,20 +72,13 @@ - - - - - - - diff --git a/MedAP/WebUserControl/mod_VAT.ascx.cs b/MedAP/WebUserControl/mod_VAT.ascx.cs index 599cd42..47926ad 100644 --- a/MedAP/WebUserControl/mod_VAT.ascx.cs +++ b/MedAP/WebUserControl/mod_VAT.ascx.cs @@ -35,7 +35,6 @@ namespace MedAP.WebUserControls protected void btnNew_Click(object sender, EventArgs e) { // aggiungo nuovo record...50% iva così è primo... - //BillingProxy.man.taVAT.Insert(0.5, "NUOVA VAT", true, false); MedAP_data.VAT rigaVat = new MedAP_data.VAT(); rigaVat.C_iva = 0; rigaVat.descrizione = "NUOVA VAT"; @@ -57,7 +56,6 @@ namespace MedAP.WebUserControls catch { } // verifico NON sia utilizzato... - //answ = BillingProxy.man.taRows.getByC_iva(c_iva).Count == 0; var result = MedAPModel.VatSel(c_iva); answ = (result != null); return answ; diff --git a/MedAP/bin/Web.config b/MedAP/bin/Web.config index 689f8c0..c0960ec 100644 --- a/MedAP/bin/Web.config +++ b/MedAP/bin/Web.config @@ -72,20 +72,13 @@ - - - - - - -