Use correct amount for the success popup on the consume page (fixes #766)

This commit is contained in:
Bernd Bestel
2020-08-24 19:06:33 +02:00
parent 5c62377ba6
commit 9d04d81744
2 changed files with 2 additions and 1 deletions

View File

@@ -26,6 +26,7 @@
- Fixed that the shopping cart icon on the stock overview page was also shown if the product was on an already deleted shopping list (if enabled) (thanks @fipwmaqzufheoxq92ebc)
- Fixed that when editing a stock entry without a price, the price field was prefilled with `1`
- 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
### Recipe improvements/fixes
- It's now possible to print recipes (button next to the recipe title) (thanks @zsarnett)