#7709 -supplierPackaging_ReportSource_2 #3107

Open
robert wants to merge 19 commits from 7709-supplierPackaging_ReportSource_2 into dev
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 55fe9f2f86 - Show all commits

View File

@ -69,7 +69,7 @@ BEGIN
SUM(`out`),
NULL,
AVG(buyingValue)
FROM supplierPackaging
FROM supplierPackaging sp
JOIN supplier s ON s.id = sp.supplierFk
WHERE s.nif = vNif
AND landed < vFromDated