From abd7da042b2128e3d12addd139325b4db0d0bf85 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 12 Sep 2018 18:21:56 +0200 Subject: [PATCH] pronto test creazione condominio --- Jenkinsfile | 2 +- PUB/WebUserContols/mod_anagCond.ascx | 2 +- PUB/WebUserContols/mod_anagCond.ascx.cs | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 26016e8..5343f52 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -17,7 +17,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=281']) { + withEnv(['NEXT_BUILD_NUMBER=285']) { // env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'B2BCONDOMINI' diff --git a/PUB/WebUserContols/mod_anagCond.ascx b/PUB/WebUserContols/mod_anagCond.ascx index 73ae5c0..618415c 100644 --- a/PUB/WebUserContols/mod_anagCond.ascx +++ b/PUB/WebUserContols/mod_anagCond.ascx @@ -62,7 +62,7 @@ - + diff --git a/PUB/WebUserContols/mod_anagCond.ascx.cs b/PUB/WebUserContols/mod_anagCond.ascx.cs index 12517c8..60851c6 100644 --- a/PUB/WebUserContols/mod_anagCond.ascx.cs +++ b/PUB/WebUserContols/mod_anagCond.ascx.cs @@ -107,6 +107,7 @@ namespace PUB.WebUserContols idxAmm = _idxAmm; // aggiorno... doUpdate(); + checkAdd(); } protected void grView_SelectedIndexChanged(object sender, EventArgs e) @@ -147,8 +148,7 @@ namespace PUB.WebUserContols { // creazione NUOVO condominio e messa in selezione dello stesso... string newCondominio = string.Format("NuovoCondominio_{0:yyyyMMddHHmmss}", DateTime.Now); - //decimal quotaStd = (decimal)0.1; - //DtProxy.man.taAF.insertQuery(newAzienda, "", "", "", "", "", "", "", "", "", "", true, true, quotaStd, "-"); + DtProxy.man.taAC.insertQuery(newCondominio, idxAmm); // salvo ricerca e ricarico searchVal = "NuovoCondominio"; Response.Redirect(devicesAuthProxy.pagCorrente);