Don't round up missing amounts and allow decimal numbers (fixes #758)

This commit is contained in:
Bernd Bestel
2020-08-24 20:16:21 +02:00
parent 9d04d81744
commit ece880ea44
2 changed files with 5 additions and 1 deletions

View File

@@ -28,6 +28,10 @@
- Fixed that location & product groups filter on the stock overview page did a contains search instead an exact search
- Fixed that the amount on the success popup was wrong when consuming a product with "Tare weight handling" enabled
### Shopping list improvements
- "Add products that are below defined min. stock amount" always rounded up the missing amount to an integral number, this now allows decimal numbers
### Recipe improvements/fixes
- It's now possible to print recipes (button next to the recipe title) (thanks @zsarnett)
- Improved recipe card presentation (thanks @zsarnett)