6861-availableReserve #2952

Merged
sergiodt merged 3 commits from 6861-availableReserve into master 2024-09-11 12:38:15 +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),