diff --git a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.cs b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.cs index 2b15053..ec71eb5 100644 --- a/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.cs +++ b/GPW_Commesse/WebUserControls/mod_commUtLog.ascx.cs @@ -550,6 +550,9 @@ namespace GPW_Commesse.WebUserControls private void mod_periodoAnalisi1_eh_doUpdate(object sender, EventArgs e) { + // 2016.04.07: salvo intervallo nei 2 hidden field + hfDataFrom.Value = mod_periodoAnalisi1.intervalloAnalisi.inizio.ToString(); + hfDataTo.Value = mod_periodoAnalisi1.intervalloAnalisi.fine.ToString(); // update mod_commAttivitaDesk1.doUpdate(); grView.DataBind(); diff --git a/Jenkinsfile b/Jenkinsfile index 575bad5..862c804 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -10,7 +10,7 @@ pipeline { steps { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=4126']) { + withEnv(['NEXT_BUILD_NUMBER=4127']) { // env.versionNumber = VersionNumber(versionNumberString : '2.6.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '2.6.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.APP_NAME = 'GPW'