Added changelog for #1962

This commit is contained in:
Bernd Bestel 2022-08-06 17:38:43 +02:00
parent 312dd8a200
commit 54d91b8b76
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -8,6 +8,7 @@
### Stock
- Fixed that stock entry notes were lost when consuming/opening/transferring a partial amount of the corresponding stock entry (thanks @akoshpinter)
- Fixed that the average shelf life of a product (on the productcard) was wrong when the corresponding stock entry was edited
- 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)