Fix componente batch current

This commit is contained in:
Samuele Locatelli
2021-07-14 07:41:30 +02:00
parent dc5b3bf565
commit f29c419b9d
3 changed files with 1 additions and 14 deletions
@@ -99,8 +99,6 @@ namespace NKC_WF.WebUserControls
set
{
cmp_MachSelSmart.MachineSel = value;
hfMachine.Value = value;
frmView.DataBind();
}
}
@@ -351,7 +349,6 @@ namespace NKC_WF.WebUserControls
lastCmd = "";
}
cmp_stackNextloading.BatchId = BatchIdCurr;
MachineSel = "";
raiseEvent();
doUpdate();
}