mirror of
https://github.com/grocy/grocy.git
synced 2025-04-30 10:05:45 +00:00
Typo / added missing changelog
This commit is contained in:
parent
f6986fac18
commit
1bacd8e13d
@ -70,6 +70,7 @@
|
|||||||
- Fixed that the amount of self produced products with tare weight handling enabled was wrong ("Produces product" recipe option)
|
- Fixed that the amount of self produced products with tare weight handling enabled was wrong ("Produces product" recipe option)
|
||||||
- Fixed that the ingredient amount calculation for included/nested recipes was (for most cases) wrong
|
- Fixed that the ingredient amount calculation for included/nested recipes was (for most cases) wrong
|
||||||
- Fixed that the ingredient amount was wrong when using a to the product indirectly related quantity unit
|
- Fixed that the ingredient amount was wrong when using a to the product indirectly related quantity unit
|
||||||
|
- Fixed that the calories amount calculation was wrong when quantity unit conversions were involved
|
||||||
|
|
||||||
### Meal plan improvements/fixes
|
### Meal plan improvements/fixes
|
||||||
- Improved the meal plan page loading time (drastically when having a big history of meal plan entries)
|
- Improved the meal plan page loading time (drastically when having a big history of meal plan entries)
|
||||||
|
@ -36,7 +36,7 @@ JOIN quantity_units qu_from
|
|||||||
ON p.qu_id_purchase = qu_from.id
|
ON p.qu_id_purchase = qu_from.id
|
||||||
JOIN quantity_units qu_to
|
JOIN quantity_units qu_to
|
||||||
ON p.qu_id_stock = qu_to.id
|
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
|
UNION
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user