Don't allow tare weight handling enabled products to be opened (closes #770)

This commit is contained in:
Bernd Bestel
2020-11-14 22:51:06 +01:00
parent 62c9c285ba
commit 28276191cc
3 changed files with 7 additions and 1 deletions

View File

@@ -60,6 +60,7 @@ _- (Because the stock quantity unit is now the base for everything, it cannot be
- Fixed that `FEATURE_FLAG_STOCK_BEST_BEFORE_DATE_TRACKING` is set to `false`, the purchase page validation failed (thanks @fipwmaqzufheoxq92ebc)
- Fixed that consuming products with enabled tare weight handling did not work on the stock entries page (also fixed that opening those products is not possible there)
- 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)
### Shopping list improvements
- Decimal amounts are now allowed (for any product, rounded by two decimal places)