mirror of
https://github.com/grocy/grocy.git
synced 2026-03-28 15:49:25 +01:00
Merge remote-tracking branch 'remotes/origin/fix-issue-33'
This commit is contained in:
commit
4cc2d39063
|
|
@ -3,4 +3,3 @@ AS
|
|||
SELECT product_id, SUM(amount) AS amount, MIN(best_before_date) AS best_before_date
|
||||
FROM stock
|
||||
GROUP BY product_id
|
||||
ORDER BY MIN(best_before_date) ASC
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user