Added changelog for #1863

This commit is contained in:
Bernd Bestel 2022-04-18 18:32:28 +02:00
parent 5e30e89737
commit 44c6865ba1
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -8,7 +8,9 @@
### Stock
- xxx
- New product option "Move on open" (defaults to disabled)
- When enabled, on marking the product as opened, the corresponding amount will be moved to the products default consume location
- (Thanks @RosemaryOrchard)
### Shopping list
@ -52,4 +54,5 @@
### API
- Endpoint `/stock/products/{productId}`: New field/property `default_consume_location` (contains the products default consume location object)
- Endpoint `/stock/products/{productId}/add`: Fixed that the request body parameter `transaction_type` was ignored / always set to `purchase`