Fixed stock entry Userfield edit handling (fixes #1969)

This commit is contained in:
Bernd Bestel
2022-08-18 21:29:19 +02:00
parent 9b52168b94
commit 06968ac289
3 changed files with 23 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
- Fixed that when the stock setting "Decimal places allowed for amounts" was set to `0`, unit conversion (if any) failed when adding the corresponding product to stock
- Fixed that consuming a parent product which is not in stock itself (so essentially using any of the child products) may failed when unit conversions were involved (the current stock amount check was wrong in that case)
- Fixed that the status button counters on the stock overview page ("X products are overdue" and so on) included products which have the option `Never show on stock overview` enabled
- Fixed that adding Userfields to existing stock entries was not possible (only editing existing Userfield values, e.g. added during purchase or inventory, was possible)
### Shopping list