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

refactor(pos): use pos invoice item name as unique identifier #26157

Merged
merged 6 commits into from
Jun 24, 2021

Conversation

nextchamp-saqib
Copy link
Member

Item Code, Batch No, UOM, Rate were used to identify a Cart Item to perform updates over any field of it or UI element.
For eg., To update the Item Amount in the Cart Item section, these 4 fields were used to find the exact item to be updated.

This PR simplifies the item identifying logic by using the item row's name from the child table of POS Invoice.

@nextchamp-saqib nextchamp-saqib merged commit 2980db3 into frappe:develop Jun 24, 2021
asoral pushed a commit to asoral/erpnext that referenced this pull request Nov 12, 2021
refactor(pos): use pos invoice item name as unique identifier
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.

None yet

1 participant