Fix weekday order for next chore execution calculation for weekly chores (fixes #570)

This commit is contained in:
Bernd Bestel
2020-04-13 15:16:38 +02:00
parent 9a93c32d3c
commit c6e06ab07c
2 changed files with 48 additions and 0 deletions

View File

@@ -25,6 +25,9 @@
- Fixed that when editing an ingredient with "Only check if a single unit is in stock" set, the quantity unit was always set to the products stock quantity unit regardless if a different one was selected for that ingredient
- Fixed a PHP notice on the recipes page when there are no recipes (thanks @mrunkel)
### Chores fixes
- Fixed that weekly chores, where the next execution should be in the same week, were scheduled always for the next week only
### Calendar fixes
- Fixed that the "Share/Integrate calendar (iCal)" button did not work (thanks @tsia)