Skip to content

fix: don't attempt to set gender from salutation by barredterra [frappe] PR#40997

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

From: https://github.com/frappe/erpnext/pull/40997
Date: 2024-04-17 17:26:08+02:00

  • fix: don't attempt to set gender from salutation (#40997)



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

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

# 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