Skip to content

fix: Auto reconcile only after selecting bank account by nabinhait [frappe] PR#41489

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

From: https://github.com/frappe/erpnext/pull/41489
Date: 2024-05-20 17:57:33+05:30

  • fix: Auto reconcile only after selecting bank account (#41489)



Diagnostics

Conflicts detected for source commit: f24d61daea2ef4fca22b5737bfc66472c8f6ddc8
- DU erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.js
- DU erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.py



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

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

# 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