Fix: refs #7126 Fix proc
gitea/salix/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
Guillermo Bonet 2024-05-10 10:05:02 +02:00
parent 1ea357a5dd
commit eea04520ad
1 changed files with 1 additions and 1 deletions

View File

@ -43,6 +43,6 @@ BEGIN
WHERE w.isManaged
AND YEAR(t.shipped) = YEAR(util.VN_CURDATE())
AND WEEK(t.shipped, 4) = WEEK(util.VN_CURDATE(), 4)
GROUP BY it.id, s.itemFk
GROUP BY it.id, s.itemFk;
END$$
DELIMITER ;