diff --git a/NKC_WF/WebUserControls/cmp_stackNextloading.ascx b/NKC_WF/WebUserControls/cmp_stackNextloading.ascx
index 42eaeca..75874b6 100644
--- a/NKC_WF/WebUserControls/cmp_stackNextloading.ascx
+++ b/NKC_WF/WebUserControls/cmp_stackNextloading.ascx
@@ -2,39 +2,133 @@
-
+
+
+
+
+
+ NO CURRENT BUNK
+
+
+ ...waiting
+
+
+
+
+
+
+
+
+
PREVIOUS BUNK:
+
+ (
/2)
+
+
+
CURRENT BUNK:
+
+ (
/2)
+
+
+ Sheets:
| printed:
+ | worked:
+
+
+
+
+
+
+
+
+
+
+
+<%--
-
CURRENT BUNK:
+
CURRENT BUNK:
+
(
/2)
- Sheets:
| printed:
| worked:
+ Sheets:
| printed:
+ | worked:
+
-
+--%>
+
+<%--
+
+
+
+
CURRENT BUNK:
+
+ (
/2)
+
+
+ Sheets:
| printed:
+ | worked:
+
+
+
+
+
+
+
+
+ NO CURRENT BUNK
+
+
+ ...waiting
+
+
+
+--%>
-
-
NEXT BUNK:
+
NEXT BUNK:
+
(
/2)
- Sheets:
| printed:
| worked:
+ Sheets:
| printed:
+ | worked:
+
+
+
+
+ NO NEXT BUNK
+
+
+ Shift complete
+
+
+
diff --git a/NKC_WF/WebUserControls/cmp_stackNextloading.ascx.cs b/NKC_WF/WebUserControls/cmp_stackNextloading.ascx.cs
index 6addda1..0b52b86 100644
--- a/NKC_WF/WebUserControls/cmp_stackNextloading.ascx.cs
+++ b/NKC_WF/WebUserControls/cmp_stackNextloading.ascx.cs
@@ -1,4 +1,4 @@
-using System;
+using System;
namespace NKC_WF.WebUserControls
{
@@ -26,7 +26,7 @@ namespace NKC_WF.WebUserControls
public void doUpdate()
{
- frmViewCurr.DataBind();
+ grViewCurrent.DataBind();
frmViewNext.DataBind();
}
diff --git a/NKC_WF/WebUserControls/cmp_stackNextloading.ascx.designer.cs b/NKC_WF/WebUserControls/cmp_stackNextloading.ascx.designer.cs
index 51a8e58..40f96a4 100644
--- a/NKC_WF/WebUserControls/cmp_stackNextloading.ascx.designer.cs
+++ b/NKC_WF/WebUserControls/cmp_stackNextloading.ascx.designer.cs
@@ -22,13 +22,13 @@ namespace NKC_WF.WebUserControls {
protected global::System.Web.UI.WebControls.HiddenField hfBatchID;
///
- /// Controllo frmViewCurr.
+ /// Controllo grViewCurrent.
///
///
/// Campo generato automaticamente.
/// Per la modifica, spostare la dichiarazione di campo dal file di progettazione al file code-behind.
///
- protected global::System.Web.UI.WebControls.FormView frmViewCurr;
+ protected global::System.Web.UI.WebControls.GridView grViewCurrent;
///
/// Controllo frmViewNext.