Added a filter for only done items on the /shoppinglist page (closes #1406)

This commit is contained in:
Bernd Bestel
2021-07-06 19:40:26 +02:00
parent 70d51c757b
commit 135ac118b0
4 changed files with 7 additions and 3 deletions

View File

@@ -41,6 +41,7 @@
### Shopping list improvements/fixes
- The amount now defaults to `1` for adding items quicker
- Added a status filter for only _done_ items
- Fixed that shopping list prints had a grey background (thanks @Forceu)
- Fixed the form validation on the shopping list item page (thanks @Forceu)
- Fixed that when adding products to the shopping list from the stock overview page, the used quantity unit was always the products default purchase QU (and not the selected one)