Fixed missing shopping_location_id on stock transfer actions (fixes #1408)

This commit is contained in:
Bernd Bestel
2021-06-27 20:55:38 +02:00
parent 5153818b4e
commit acb81187d9
2 changed files with 15 additions and 10 deletions

View File

@@ -31,6 +31,7 @@
- Fixed that the transfer page was not fully populated when opening it from the stock entries page
- Fixed that undoing a consume/open action from the success notification on the stock entries page was not possible
- Fixed that adding a barcode to a product didn't save the selected quantity unit when the product only has a single one
- Fixed that the store information on a stock entry was lost when transferring a partial amount to a different location
### Shopping list improvements/fixes
- The amount now defaults to `1` for adding items quicker