refs #7007 feat: precontrol quantity

This commit is contained in:
Sergio De la torre 2024-04-10 14:05:36 +02:00
parent ac121ee176
commit 3afc37d0e1
1 changed files with 0 additions and 2 deletions

View File

@ -1065,9 +1065,7 @@ class CollectionFragmentPreChecker(
sales.forEachIndexed { index, saleVO ->
if (saleVO.saleFk == sale.saleFk) {
//if (type != "PRECHECKER") {
showQuantityDialog(index)
//}
}
}