-
+
diff --git a/NKC_WF/site/MachineUnload.aspx.cs b/NKC_WF/site/MachineUnload.aspx.cs
index cd362f0..54445d6 100644
--- a/NKC_WF/site/MachineUnload.aspx.cs
+++ b/NKC_WF/site/MachineUnload.aspx.cs
@@ -143,7 +143,6 @@ namespace NKC_WF
// ogni x cicli resetto batch/Foglio
if (counter % 15 == 0)
{
- //BatchId = -3;
SheetId = -3;
}
// ora faccio verifiche
@@ -155,7 +154,7 @@ namespace NKC_WF
upnlStats.Update();
}
// faccio update bin/cart ogni pari/dispari...
- else if (counter % 2 == 0)
+ if (counter % 2 == 0)
{
cmp_MU_carts.doUpdate();
upnlCarts.Update();