Fix update kitting station
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user