1034
diff --git a/NKC_WF/WebUserControls/cmp_stackLoading.ascx b/NKC_WF/WebUserControls/cmp_stackLoading.ascx
index 4b93245..d15e9f3 100644
--- a/NKC_WF/WebUserControls/cmp_stackLoading.ascx
+++ b/NKC_WF/WebUserControls/cmp_stackLoading.ascx
@@ -10,7 +10,7 @@
<%: traduci("ProdSimul") %>
-
<%: traduci("Advance") %> #<%: traduci("Prod") %>
+
<%: traduci("Advance") %>#<%: traduci("Prod") %>
@@ -18,6 +18,7 @@
-
+
+
+
+
+
diff --git a/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs b/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs
index 4d4c184..091a99e 100644
--- a/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs
+++ b/NKC_WF/WebUserControls/cmp_stackLoading.ascx.cs
@@ -99,6 +99,8 @@ namespace NKC_WF.WebUserControls
set
{
cmp_MachSelSmart.MachineSel = value;
+ hfMachine.Value = value;
+ frmView.DataBind();
}
}
diff --git a/NKC_WF/WebUserControls/cmp_stackLoading.ascx.designer.cs b/NKC_WF/WebUserControls/cmp_stackLoading.ascx.designer.cs
index 8fa8f33..da92f69 100644
--- a/NKC_WF/WebUserControls/cmp_stackLoading.ascx.designer.cs
+++ b/NKC_WF/WebUserControls/cmp_stackLoading.ascx.designer.cs
@@ -41,6 +41,15 @@ namespace NKC_WF.WebUserControls
///
protected global::NKC_WF.WebUserControls.cmp_MachSelSmart cmp_MachSelSmart;
+ ///
+ /// hfMachine control.
+ ///
+ ///
+ /// Auto-generated field.
+ /// To modify move field declaration from designer file to code-behind file.
+ ///
+ protected global::System.Web.UI.WebControls.HiddenField hfMachine;
+
///
/// hfBarcode control.
///