You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a product is inactive and it's quantity amount is changed it should be automatically set to active again so it's quantity is confirmed in the next stock-take.
If a product is inactive and it's quantity amount is changed it should be automatically set to active again so it's quantity is confirmed in the next stock-take.
This is an expansion for #75.
There are three moments a quantity is changed:
A purchased object gets changed on "finalize_purchase" in
foobar_api/src/foobar/api.py
A delivery changes a product on "populate_delivery" in
foobar_api/src/shop/api.py
The text was updated successfully, but these errors were encountered: