This commit is contained in:
parent
726558d5a7
commit
d397980efb
|
@ -79,7 +79,7 @@ DECLARE vIsCollection BOOL;
|
||||||
IF(SUM(iss.quantity) IS NULL, 0, SUM(iss.quantity)) pickedQuantity,
|
IF(SUM(iss.quantity) IS NULL, 0, SUM(iss.quantity)) pickedQuantity,
|
||||||
MIN(iss.created) picked,
|
MIN(iss.created) picked,
|
||||||
IF(sm.id, TRUE, FALSE) hasMistake,
|
IF(sm.id, TRUE, FALSE) hasMistake,
|
||||||
sg.sectorFk
|
sg.sectorFk,
|
||||||
b.packing,
|
b.packing,
|
||||||
b.grouping,
|
b.grouping,
|
||||||
o.code
|
o.code
|
||||||
|
|
Loading…
Reference in New Issue