stockentryform amount doesn't need to handle tare weight

This commit is contained in:
Bernd Bestel
2020-11-14 22:54:29 +01:00
parent 28276191cc
commit db5c9ce3e8
3 changed files with 1 additions and 15 deletions

View File

@@ -58,7 +58,7 @@ _- (Because the stock quantity unit is now the base for everything, it cannot be
- Fixed that the aggregated amount of parent products was wrong on the stock overview page when the child products had not the same stock quantity units
- Fixed that edited stock entries were not considered for the price history chart on the product card
- 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 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)