diff --git a/Jenkinsfile b/Jenkinsfile index bc5d3ca..a2cb810 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { steps { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=342']) { + withEnv(['NEXT_BUILD_NUMBER=343']) { // env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.versionNumberBeta = VersionNumber(versionNumberString : '1.1.${BUILD_DATE_FORMATTED, "yyMM"}-beta.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') diff --git a/NKC_WF/WebUserControls/cmp_batchDetail.ascx b/NKC_WF/WebUserControls/cmp_batchDetail.ascx index c6fa737..1bec3c4 100644 --- a/NKC_WF/WebUserControls/cmp_batchDetail.ascx +++ b/NKC_WF/WebUserControls/cmp_batchDetail.ascx @@ -2,82 +2,83 @@ - -
-
-

<%: traduci ("BatchDetail") %>

-
-
- Send to Estimation - Stop Estimation - Send to Nesting - Stop Nesting - Accept Nesting -
-
-
-
-
- -
- -
+ +
+
+

<%: traduci ("BatchDetail") %>

+
-
-
-
- -
- -
+
+ <%: traduci("SendToEstim") %> + <%: traduci("StopEstim") %> + traduci("SendToNest") + <%: traduci("StopNest") %> + <%: traduci("AcceptNest") %>
-
-
-
- -
- / -
-
-
-
-
- -
- - <%: traduci ("Min") %> -
-
-
-
-
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ +
+
+
+
+
+ +
+ / +
+
+
+
+
+ +
+ + <%: traduci ("Min") %> +
+
+
+
+ - - - + + +
-
-
- -
- -
+
+
+ +
+ +
+
-
-
-
- -
- -
+
+
+ +
+ +
+
+
+
+
-
-
- -
diff --git a/NKC_WF/WebUserControls/cmp_fileUpload.ascx.cs b/NKC_WF/WebUserControls/cmp_fileUpload.ascx.cs index 23b287a..efd2f8a 100644 --- a/NKC_WF/WebUserControls/cmp_fileUpload.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_fileUpload.ascx.cs @@ -192,7 +192,6 @@ namespace NKC_WF.WebUserContols protected void btnCancel_Click(object sender, EventArgs e) { - //fisVisFU(false); Response.Redirect(Request.RawUrl); }