Fixed undoing a consume transaction of an opened item added it back to stock unopened (fixes #1191)

This commit is contained in:
Bernd Bestel
2020-12-16 17:44:51 +01:00
parent 2e01ecbe58
commit 25f5f98b75
2 changed files with 5 additions and 9 deletions

View File

@@ -82,6 +82,7 @@
- Fixed that consuming (and editing the amount of) products with enabled tare weight handling did not work on the stock entries page
- 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
### Shopping list improvements
- Decimal amounts are now allowed (for any product, rounded by two decimal places)