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

Make partially shipped shipment able to be ready #2634

Conversation

jhawthorn
Copy link
Contributor

Previously, all inventory units in a shipment needed to be on_hand or cancelled in order for the shipment to be considered shippable.

This worked fine for most users, but it caused issues for users who were partially shipping shipments manually using cartons.

This commit allows shipments with some shipped inventory units to still be considered "ready".

Fixes #2622
Alternative to #2621

Previously, all inventory units in a shipment needed to be on_hand or
cancelled in order for the shipment to be considered shippable.

This worked fine for most users, but it caused issues for users who were
partially shipping shipments manually using cartons.

This commit allows shipments with some shipped inventory units to still
be considered "ready".
@jhawthorn jhawthorn force-pushed the shipment_ready_state_when_inventory_shipped branch from 1db62be to 56997d3 Compare March 16, 2018 19:03
Copy link
Member

@kennyadsl kennyadsl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

Copy link
Member

@tvdeyen tvdeyen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good

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

Successfully merging this pull request may close these issues.

3 participants