diff --git a/Jenkinsfile b/Jenkinsfile
index 20cafe9..0de6681 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,7 +17,7 @@ pipeline {
/* calcolo numero versione... diverso x branch MASTER/DEVELOP */
script {
- withEnv(['NEXT_BUILD_NUMBER=161']) {
+ withEnv(['NEXT_BUILD_NUMBER=162']) {
// env.versionNumber = VersionNumber(versionNumberString : '0.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true)
env.versionNumber = VersionNumber(versionNumberString : '0.7.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')
env.APP_NAME = 'NKC'
diff --git a/NKC_WF/WebUserControls/cmp_homeButtons.ascx b/NKC_WF/WebUserControls/cmp_homeButtons.ascx
index 39c2131..a426f0f 100644
--- a/NKC_WF/WebUserControls/cmp_homeButtons.ascx
+++ b/NKC_WF/WebUserControls/cmp_homeButtons.ascx
@@ -10,7 +10,7 @@
<%: traduci("OrderManager") %>
-
+ <%--
<%: traduci("KitManager") %>
@@ -45,7 +45,7 @@
<%: traduci("LabelsPrint") %>
-
+ --%>