Fixed produces product handling when consuming meal plan shadow recipes (fixes #2160)

This commit is contained in:
Bernd Bestel
2023-03-12 16:35:18 +01:00
parent 7336693ca2
commit 792c710bdc
2 changed files with 13 additions and 4 deletions

View File

@@ -49,6 +49,7 @@
### Meal plan
- Added a new sub feature flag `FEATURE_FLAG_RECIPES_MEALPLAN` (in `config.php`) to only disable the meal plan if not needed (thanks @webysther)
- Fixed that consuming a recipe from the meal plan didn't add its "Produces product"-product to stock (if any)
### Chores