mirror of
https://github.com/grocy/grocy.git
synced 2025-08-18 19:37:12 +00:00
Typo / added missing changelog
This commit is contained in:
@@ -36,7 +36,7 @@ JOIN quantity_units qu_from
|
||||
ON p.qu_id_purchase = qu_from.id
|
||||
JOIN quantity_units qu_to
|
||||
ON p.qu_id_stock = qu_to.id
|
||||
WHERE p.qu_id_stock != p.qu_id_purchase -- => Only when QU stock ist not the same as QU purchase
|
||||
WHERE p.qu_id_stock != p.qu_id_purchase -- => Only when QU stock st not the same as QU purchase
|
||||
|
||||
UNION
|
||||
|
||||
|
Reference in New Issue
Block a user