mirror of
https://github.com/grocy/grocy.git
synced 2025-04-29 01:32:38 +00:00
Typo / added missing changelog
This commit is contained in:
parent
f6986fac18
commit
1bacd8e13d
@ -47,7 +47,7 @@
|
||||
- Fixed that the store information on a stock entry was lost when transferring a partial amount to a different location
|
||||
- Fixed that the "Spoil rate" on the product card was wrong in some cases
|
||||
- Fixed that the stock journal showed always the products default location (instead of the location of the transaction)
|
||||
- Fixed that the aggregated amount of parent products was wrong when indirect quantity unit conversions were used
|
||||
- Fixed that the aggregated amount of parent products was wrong when indirect quantity unit conversions were used
|
||||
|
||||
### Shopping list improvements/fixes
|
||||
- The amount now defaults to `1` for adding items quicker
|
||||
@ -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 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 calories amount calculation was wrong when quantity unit conversions were involved
|
||||
|
||||
### Meal plan improvements/fixes
|
||||
- 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
|
||||
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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user