fix: shipment
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Pako Natek 2025-03-05 14:14:26 +01:00
parent 5959a9e9e0
commit f0b5044b65
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,