refs #7007 feat: precontrol quantity
This commit is contained in:
parent
ac121ee176
commit
3afc37d0e1
|
@ -1065,9 +1065,7 @@ class CollectionFragmentPreChecker(
|
|||
|
||||
sales.forEachIndexed { index, saleVO ->
|
||||
if (saleVO.saleFk == sale.saleFk) {
|
||||
//if (type != "PRECHECKER") {
|
||||
showQuantityDialog(index)
|
||||
//}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue