Merge pull request 'packing' (!2046) from 6358-boxPicking-BluePinguin into dev
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #2046
Reviewed-by: Pablo Natek <pablone@verdnatura.es>
This commit is contained in:
Pako Natek 2024-02-19 10:56:20 +00:00
commit 84a93cafd2
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ BEGIN
MAKETIME(pb.HH,pb.mm,0) etd,
pb.routeFk,
FLOOR(s.quantity / ish.packing) stickers,
ish.packing,
IF(i.isBoxPickingMode, ish.packing, i.packingOut) packing,
b.packagingFk
FROM sale s
JOIN item i ON i.id = s.itemFk