Fixed total price for tare weight handling enabled products (fixes #1196)

This commit is contained in:
Bernd Bestel
2020-12-17 16:50:15 +01:00
parent bb6ef5511d
commit 9572652a8a
2 changed files with 16 additions and 3 deletions

View File

@@ -83,6 +83,7 @@
- Fixed that the recipes dropdown on the consume page also displayed internal recipes (thanks @kriddles)
- Fixed that opening tare weight handling enabled products is not possible via the UI and the API (as this makes no sense)
- Fixed that undoing a consume transaction of an opened item added it back to stock unopened
- Fixed that a "Total price" on purchase was not handled correctly for tare weight handling enabled products (the total price was related to the amount including the tare weight)
### Shopping list improvements
- Decimal amounts are now allowed (for any product, rounded by two decimal places)