fix: enable asset value editing for duplicate item code by khushi8112 [frappe] PR#45872
From: https://github.com/frappe/erpnext/pull/45872
Date: 2025-02-19 15:04:26+05:30
- fix: reset location only if there is value in row item location field
- fix: validate if no matching item found
- fix: link correct row item of purchase doc
- fix: make purchase_receipt_item and purchase_invoice_item fields of data type
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-45872
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-45872
# Make changes then rebase
git rebase -i develop
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease