fix: refs #7126 Minor change
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2024-07-09 12:00:55 +02:00
parent f4e5f0205d
commit bb7002b702
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ BEGIN
it.id,
s.itemFk,
SUM(s.quantity),
SUM((b.buyingValue + b.freightValue + b.comissionValue + b.packageValue) * s.quantity) value,
SUM((b.buyingValue + b.freightValue + b.comissionValue + b.packageValue) * s.quantity) `value`,
SUM (
IF(
aw.`type` = 'internal',