feat itemShelving_filterBuyer refs #7023
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-06-21 13:02:36 +02:00
parent 3fa7eb1d2a
commit 4131653700
1 changed files with 1 additions and 1 deletions

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