Merge pull request 'fix: shipment' (!3536) from Hotfix-available-for-item_getLack into master
gitea/salix/pipeline/head This commit looks good Details

Reviewed-on: #3536
Reviewed-by: Carlos Andrés <carlosap@verdnatura.es>
This commit is contained in:
Carlos Andrés 2025-03-05 13:17:18 +00:00
commit 6706e47481
1 changed files with 2 additions and 2 deletions

View File

@ -130,7 +130,7 @@ BEGIN
)
SELECT 'ticket',
s.ticketFk,
util.dayEnd(s.shipped),
s.shipped,
NULL `in`,
s.quantity,
s.alertLevel,
@ -155,7 +155,7 @@ BEGIN
orders AS (
SELECT 'order' originType,
o.id originId,
r.shipment,
util.dayEnd(r.shipment),
NULL 'in',
r.amount,
NULL alertLevel,