Skip to content

fix: Ignore user perm in Bank Reco Tool for company by deepeshgarg007 [frappe] PR#41219

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

From: https://github.com/frappe/erpnext/pull/41219
Date: 2024-04-28 14:41:34+05:30

  • fix: Ignore user perm in Bank Reco Tool for company



Diagnostics

Conflicts detected for source commit: 9f346e7ba00707bc1b3cb324a2dcbd1e2e25397b
- DU erpnext/accounts/doctype/bank_reconciliation_tool/bank_reconciliation_tool.json



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

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

# 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