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

Add support for multiple POs (#85zrgy1rv) #157

Merged
merged 30 commits into from
Feb 1, 2023
Merged

Add support for multiple POs (#85zrgy1rv) #157

merged 30 commits into from
Feb 1, 2023

Conversation

adityasharma7
Copy link
Contributor

@adityasharma7 adityasharma7 commented Jan 23, 2023

Related Issues

Closes #122

Short Description and Why It's Useful

Screenshots of Visual Changes before/after (If There Are Any)

IMPORTANT NOTICE - Remember to add changelog entry

Contribution and Currently Important Rules Acceptance

disha1202 and others added 29 commits December 27, 2022 19:16
Implemented static UI for PO review page(#85zrgy1rw)
Implemented static UI for missing sku modal(#85zrjbx58)
@adityasharma7 adityasharma7 changed the title Add suooirt for multiple POs (#85zrgy1rv) Add support for multiple POs (#85zrgy1rv) Jan 23, 2023
state.list.unidentifiedProductItems = payload.unidentifiedProductItems;
state.purchaseOrders = payload.items
state.original = payload.original
state.unidentifiedProductItems = payload.unidentifiedProductItems
},
[types.ORDER_LIST_ITEMS_UPDATED] (state, payload) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Name does not justify the state change done in this mutation

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.

Add Support for multiple POs
3 participants