fix: use correct variable in error message by barredterra [frappe] PR#43790
From: https://github.com/frappe/erpnext/pull/43790
Date: 2024-10-22 17:24:40+02:00
- fix: use correct variable in error message (#43790)
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-43790
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-43790
# 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