Scale up values on the shopping list when shopping_list_round_up is enabled (closes #2687)

This commit is contained in:
Bernd Bestel
2025-02-25 18:43:42 +01:00
parent 2b994fd2ee
commit 27b79841fc
3 changed files with 44 additions and 5 deletions

View File

@@ -14,6 +14,7 @@
### Shopping list
- When the shopping list setting (top right corner settings menu) "Round up quantity amounts to the nearest whole number" is enabled, the "Last price (Total)" of each shopping list item and the total value of the shopping list are now also scaled up accordingly
- The print options (show header, layout type etc.) are now saved (as user settings, so global defaults can also defined in `config.php` as usual)
### Recipes