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
The vendure core stock-movement.service.ts (Line 140f) will raise an error, because the order is not inactive. We can setup only inactive orders. We shortly discussed this behaviour in the discord channel.
Looks like that this is a relic, from stock movement refractoring.
Describe the solution you'd like
Remove this check?
The text was updated successfully, but these errors were encountered:
ReichPhilipp
changed the title
Remove "Cannot create allocations fot active order" Exception
Remove "Cannot create allocations for active order" Exception
Dec 2, 2023
Is your feature request related to a problem? Please describe.
If you want to change the allocation strategy in this way:
The vendure core
stock-movement.service.ts
(Line 140f) will raise an error, because the order is notinactive
. We can setup only inactive orders. We shortly discussed this behaviour in the discord channel.Looks like that this is a relic, from stock movement refractoring.
Describe the solution you'd like
Remove this check?
The text was updated successfully, but these errors were encountered: