Skip to content

fix: missing Item Name on Save for Quotation created from Item by FHenry [frappe] PR#41233

Bot Dokos requested to merge ft-pr-41233 into develop

From: https://github.com/frappe/erpnext/pull/41233
Date: 2024-05-02 18:52:12+02:00

  • fix: missing Item Name on Save for Quotation created from Item (#41233)



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41233

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41233

# 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

Merge request reports