diff --git a/Jenkinsfile b/Jenkinsfile
index 6fa7a81a..ef00475d 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
- withEnv(['NEXT_BUILD_NUMBER=725']) {
+ withEnv(['NEXT_BUILD_NUMBER=727']) {
// env.versionNumber = VersionNumber(versionNumberString : '5.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '5.0.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2006-01-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'MAPO'
diff --git a/MP-Tablet/Web.config b/MP-Tablet/Web.config
index 4e96bed9..38b81891 100644
--- a/MP-Tablet/Web.config
+++ b/MP-Tablet/Web.config
@@ -114,6 +114,7 @@
+
diff --git a/MP-Tablet/WebUserControls/mod_selPeriodo.ascx b/MP-Tablet/WebUserControls/mod_selPeriodo.ascx
index 916dd0c3..df638a14 100644
--- a/MP-Tablet/WebUserControls/mod_selPeriodo.ascx
+++ b/MP-Tablet/WebUserControls/mod_selPeriodo.ascx
@@ -40,11 +40,10 @@