diff --git a/GMW/confLinee.aspx.cs b/GMW/confLinee.aspx.cs index 12c45d32..04231657 100644 --- a/GMW/confLinee.aspx.cs +++ b/GMW/confLinee.aspx.cs @@ -81,6 +81,7 @@ namespace GMW case ucEvType.Selected: mod_anagLinee.CodBlocco = mod_anagTipoLinee.CodBloccoSel; divDetail.Visible = true; + mod_anagLinee.resetSelezione(); break; default: break; diff --git a/Jenkinsfile b/Jenkinsfile index e6489b76..623a6b41 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=2131']) { + withEnv(['NEXT_BUILD_NUMBER=2133']) { // impiego numero di build del SINGOLO RAMO // env.versionNumber = VersionNumber(versionNumberString : '4.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true) // forzo numero di build x tutti rami uguali