fix: ignore self on GL account validation for Bank Account by ruthra-kumar [frappe] PR#40197
From: https://github.com/frappe/erpnext/pull/40197
Date: 2024-02-29 17:39:29+05:30
- fix: ignore self on GL account validation for Bank Account
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40197
# Make changes then rebase
git rebase -i upstream/develop --reapply-cherry-picks
# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue
# Force-push changes
git push --force-with-lease