Add recipe ingredient notes to the corresponding shopping list item (closes #1397)

This commit is contained in:
Bernd Bestel
2021-07-06 20:19:50 +02:00
parent 1ead23cb87
commit 633b26bf7e
2 changed files with 8 additions and 3 deletions

View File

@@ -52,6 +52,7 @@
### Recipe improvements/fixes
- Recipe printing improvements (thanks @Ape)
- Calories are now always displayed per single serving (on the recipe and meal plan page)
- The note of an ingredient will now also be added to the corresponding shopping list item when using "Put missing products on the shopping list"
- Fixed that "Only check if any amount is in stock" (recipe ingredient option) didn't work for stock amounts < 1
- Fixed that when adding missing items to the shopping list, on the popup deselected items got also added
- Fixed that the amount of self produced products with tare weight handling enabled was wrong ("Produces product" recipe option)