feat itemShelving_filterBuyer refs #7023 #2622

Merged
sergiodt merged 5 commits from 7023_itemShelving_filterBuyer into dev 2024-06-24 05:15:06 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 4131653700 - Show all commits

View File

@ -60,7 +60,7 @@ proc:BEGIN
v.visible,
v.visible nicho,
ik.name itemColour,
CAST(sub5.pendiente AS DECIMAL(10,0) pendingAmount
CAST(sub5.pendiente AS DECIMAL(10,0)) pendingAmount
FROM cache.visible v
JOIN item i ON i.id = v.item_id
LEFT JOIN ink ik ON ik.id = i.inkFk