Show 2999-12-31 as "Never" everywhere (closes #296)

This commit is contained in:
Bernd Bestel
2019-07-06 15:43:54 +02:00
parent 482a520062
commit df529c3c0b
3 changed files with 110 additions and 98 deletions

View File

@@ -3,3 +3,4 @@
- Fixed that the "week costs" were wrong after removing a meal plan entry
- Fixed wrong recipes costs calculation with nested recipes when the base recipe servings are > 1 (also affected the meal plan when adding such a recipe there)
- Improved recipes API - added new endpoints to get stock fulfillment information (thanks @Aerex)
- Improved date display for products that never expires (instead of "2999-12-31" now just "Never" will be shown)