Don't consider inactive products to be missing (fixes #1578)

This commit is contained in:
Bernd Bestel
2021-08-17 18:00:33 +02:00
parent 23be96b5d6
commit cebf7a3e54
3 changed files with 128 additions and 1 deletions

View File

@@ -7,4 +7,5 @@
- Fixed that it was not possible to select a chore/battery on the corresponding tracking pages by mouse/touch
- Fixed that grouping by columns in tables may caused duplicate groups
- Fixed that grocycode camera barcode scanning didn't recognize the scanned code for chore/battery tracking
- Fixed that `missing_products` of the `/stock/volatile` endpoint also returned incactive products
- Optimized the meal plan page to be properly printable (thanks @MrKrisKrisu)