Fix update kitting station

This commit is contained in:
Samuele E. Locatelli
2020-07-27 16:13:06 +02:00
parent 0a04e1c6a4
commit 591c653fb6
3 changed files with 16 additions and 0 deletions
@@ -8,5 +8,11 @@ namespace NKC_WF.WebUserControls
{
}
public void doUpdate()
{
cmp_kittingBin.doUpdate();
cmp_kittingCart.doUpdate();
}
}
}
@@ -8,5 +8,10 @@ namespace NKC_WF.WebUserControls
{
}
public void doUpdate()
{
repBins.DataBind();
}
}
}
@@ -34,5 +34,10 @@ namespace NKC_WF.WebUserControls
}
return answ;
}
public void doUpdate()
{
repCarts.DataBind();
}
}
}