test #2958

Merged
sergiodt merged 5 commits from test into dev 2024-09-13 05:41:51 +00:00
1 changed files with 0 additions and 2 deletions
Showing only changes of commit db7d5c5e52 - Show all commits

View File

@ -56,7 +56,6 @@ BEGIN
itemFk,
shelvingFk,
visible,
available,
grouping,
packing,
packagingFk,
@ -64,7 +63,6 @@ BEGIN
SELECT vItemFk,
vShelvingFk,
vQuantity,
available,
IFNULL(vGrouping, b.grouping),
IFNULL(vPacking, b.packing),
IFNULL(vPackagingFk, b.packagingFk),