7806_devToTest_2332 #2801

Merged
alexm merged 126 commits from 7806_devToTest_2330 into test 2024-07-30 06:14:09 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit bb7002b702 - Show all commits

View File

@ -10,7 +10,7 @@ BEGIN
it.id, it.id,
s.itemFk, s.itemFk,
SUM(s.quantity), 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 ( SUM (
IF( IF(
aw.`type` = 'internal', aw.`type` = 'internal',