From 6943bfc0479aa7b0db9fd68d97de61b3d14fe70e Mon Sep 17 00:00:00 2001 From: "marco.locatelli@steamware.net" Date: Tue, 11 Aug 2020 11:25:16 +0200 Subject: [PATCH 1/3] traduzioni --- NKC_WF/WebUserControls/cmp_batchDetail.ascx | 2 +- NKC_WF/WebUserControls/cmp_kittingBin.ascx | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/NKC_WF/WebUserControls/cmp_batchDetail.ascx b/NKC_WF/WebUserControls/cmp_batchDetail.ascx index 362a8c0..c98122b 100644 --- a/NKC_WF/WebUserControls/cmp_batchDetail.ascx +++ b/NKC_WF/WebUserControls/cmp_batchDetail.ascx @@ -5,7 +5,7 @@
-

Batch Detail

+

# <%: traduci ("BatchDetail") %>

Send to Estimation diff --git a/NKC_WF/WebUserControls/cmp_kittingBin.ascx b/NKC_WF/WebUserControls/cmp_kittingBin.ascx index d3b56da..2355322 100644 --- a/NKC_WF/WebUserControls/cmp_kittingBin.ascx +++ b/NKC_WF/WebUserControls/cmp_kittingBin.ascx @@ -11,36 +11,36 @@
- CNC: + # <%: traduci("Cnc") %>
- Paint: + # <%: traduci("Paint") %>
+ # <%: traduci("OnKitting") %> On Kitting:
-
- Part: + # <%: traduci("Part") %>
- Qty: + # <%: traduci("Qty") %>
/ From 353d6864bc610fcb86faeb79351ef3b954c62939 Mon Sep 17 00:00:00 2001 From: "marco.locatelli@steamware.net" Date: Tue, 11 Aug 2020 11:43:25 +0200 Subject: [PATCH 2/3] Traduzioni --- NKC_WF/WebUserControls/cmp_kittingCart.ascx | 23 ++++++++++----------- 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/NKC_WF/WebUserControls/cmp_kittingCart.ascx b/NKC_WF/WebUserControls/cmp_kittingCart.ascx index fc48d8f..f6c7e47 100644 --- a/NKC_WF/WebUserControls/cmp_kittingCart.ascx +++ b/NKC_WF/WebUserControls/cmp_kittingCart.ascx @@ -10,68 +10,67 @@
- Order: + # <%: traduci("Order") %>
- Model: + # <%: traduci("Model") %>
- Dest Plant: + # <%: traduci("DestPlant") %>
-
- Kit #: + # <%: traduci("Kit") %>
- CNC Parts #: + # <%: traduci("CncParts") %>
- Wait: + # <%: traduci("Wait") %>
- Ready: + # <%: traduci("Ready") %>
- Cart: + # <%: traduci("Cart") %>
- Other Parts #: + # <%: traduci("OtherParts") %>
- Wait: + # <%: traduci("Wait") %>
- Cart: + # <%: traduci("Cart") %>
From 36c4c5e07a80eba1e0cbb2e79d6d6ef577ebddc8 Mon Sep 17 00:00:00 2001 From: "marco.locatelli@steamware.net" Date: Tue, 11 Aug 2020 12:03:17 +0200 Subject: [PATCH 3/3] Typo vari traduzioni --- NKC_WF/WebUserControls/cmp_kittingCart.ascx.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/NKC_WF/WebUserControls/cmp_kittingCart.ascx.cs b/NKC_WF/WebUserControls/cmp_kittingCart.ascx.cs index 84dde93..aad2cfa 100644 --- a/NKC_WF/WebUserControls/cmp_kittingCart.ascx.cs +++ b/NKC_WF/WebUserControls/cmp_kittingCart.ascx.cs @@ -2,11 +2,10 @@ namespace NKC_WF.WebUserControls { - public partial class cmp_kittingCart : System.Web.UI.UserControl + public partial class cmp_kittingCart : BaseUserControl { protected void Page_Load(object sender, EventArgs e) { - } public string getCssByNums(object _numWait, object _numReady, object _numOtherWait, object _numOtherReady)