From 95cf0988615be5462ca0c3317d9163b42adafa82 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 20 Oct 2020 21:49:23 +0200 Subject: [PATCH 1/2] refresh spazio x kitting unload (6 blocks) --- NKC_WF/WebUserControls/cmp_kitting.ascx | 23 ++-- NKC_WF/WebUserControls/cmp_kittingBin.ascx | 111 ++++++++++---------- NKC_WF/WebUserControls/cmp_kittingCart.ascx | 26 ++--- NKC_WF/site/Kitting.aspx | 8 +- 4 files changed, 80 insertions(+), 88 deletions(-) diff --git a/NKC_WF/WebUserControls/cmp_kitting.ascx b/NKC_WF/WebUserControls/cmp_kitting.ascx index 858f083..fa3afeb 100644 --- a/NKC_WF/WebUserControls/cmp_kitting.ascx +++ b/NKC_WF/WebUserControls/cmp_kitting.ascx @@ -3,23 +3,14 @@ <%@ Register Src="~/WebUserControls/cmp_kittingCart.ascx" TagPrefix="uc1" TagName="cmp_kittingCart" %>
-

<%: traduci("BinList") %>

-
-
-
- -
+

<%: traduci("BinList") %>

+
+
-
-

<%: traduci("CartList") %>

-
-
-
- -
+

<%: traduci("CartList") %>

+
+
-
-
- +
\ No newline at end of file diff --git a/NKC_WF/WebUserControls/cmp_kittingBin.ascx b/NKC_WF/WebUserControls/cmp_kittingBin.ascx index 6113452..a80051a 100644 --- a/NKC_WF/WebUserControls/cmp_kittingBin.ascx +++ b/NKC_WF/WebUserControls/cmp_kittingBin.ascx @@ -1,59 +1,60 @@ <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="cmp_kittingBin.ascx.cs" Inherits="NKC_WF.WebUserControls.cmp_kittingBin" %> -
- - -
- -
-
-
- - - - - - - - + + +
+ +
+
+
+ + + + + + + +
\ No newline at end of file diff --git a/NKC_WF/WebUserControls/cmp_kittingCart.ascx b/NKC_WF/WebUserControls/cmp_kittingCart.ascx index db93d66..81d296f 100644 --- a/NKC_WF/WebUserControls/cmp_kittingCart.ascx +++ b/NKC_WF/WebUserControls/cmp_kittingCart.ascx @@ -3,74 +3,74 @@
-
+
@@ -78,4 +78,4 @@ -
+
\ No newline at end of file diff --git a/NKC_WF/site/Kitting.aspx b/NKC_WF/site/Kitting.aspx index 5b39a2d..516eafc 100644 --- a/NKC_WF/site/Kitting.aspx +++ b/NKC_WF/site/Kitting.aspx @@ -6,11 +6,11 @@ - -
- + +
+
- + \ No newline at end of file From b3a82b9ab51f361f2c82a2bc3290d2e4c64491e1 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Tue, 20 Oct 2020 21:49:36 +0200 Subject: [PATCH 2/2] new rel 373 --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index cf73f02..1dc2fe1 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -11,7 +11,7 @@ pipeline { steps { /* calcolo numero versione... diverso x branch MASTER/DEVELOP */ script { - withEnv(['NEXT_BUILD_NUMBER=372']) { + withEnv(['NEXT_BUILD_NUMBER=373']) { // env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true) env.versionNumber = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}') env.versionNumberBeta = VersionNumber(versionNumberString : '1.2.${BUILD_DATE_FORMATTED, "yyMM"}-beta.${BUILDS_ALL_TIME}', projectStartDate : '2019-07-01', skipFailedBuilds: true, overrideBuildsAllTime: '${NEXT_BUILD_NUMBER}')