Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Inventory reservation entry duplicated on shipment creation #16

Open
stevehollistxn opened this issue Sep 7, 2024 · 0 comments
Open

Comments

@stevehollistxn
Copy link
Contributor

2x inventory_reservation entries are created when a shipment is imported from OrderFlow. This is due to two calls to $shipment->save() in ShipmentService::createShipments

Suggested fix is to remove the second call c. line 120.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant