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

Packing list import tool updates existing shipment items in other shipments when pallet name is not provided #63

Closed
jmiranda opened this issue May 7, 2015 · 0 comments
Assignees
Labels
type: bug Addresses unintended behaviours of the app
Milestone

Comments

@jmiranda
Copy link
Member

jmiranda commented May 7, 2015

The code that detects whether a shipment item already exists for a given line item only checks whether the inventory item (e.g. lot number, product pair) exists within a container (not a container within a shipment). In the case where container is not provided (e.g. null) then the code will match against any shipment item for the given lot number / product pair, which means that it could update existing shipment items in old shipments. The workaround is to always provide a pallet name in the Excel spreadsheet used to import.

@jmiranda jmiranda added the type: bug Addresses unintended behaviours of the app label May 7, 2015
@jmiranda jmiranda added this to the 0.7.1 milestone May 19, 2015
@jmiranda jmiranda self-assigned this May 19, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Addresses unintended behaviours of the app
Projects
None yet
Development

No branches or pull requests

1 participant