fix(item_getBalance): refs #8408 alias for shipped field
gitea/salix/pipeline/pr-dev This commit looks good Details

This commit is contained in:
Pako Natek 2025-02-17 13:12:22 +01:00
parent 3a1849326b
commit bd1a4b35aa
1 changed files with 1 additions and 1 deletions

View File

@ -207,7 +207,7 @@ BEGIN
SELECT t.originType,
t.originId,
@shipped:= t.shipped,
@shipped:= t.shipped shipped,
t.alertLevel,
t.stateName,
t.reference,