Skip to content

fix: only show "Unreconcile" if reconciled by barredterra [frappe] PR#36908

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

From: https://github.com/frappe/erpnext/pull/36908
Date: 2023-06-15 18:09:56+02:00

  • fix: only show "Unreconcile" if reconciled



Diagnostics

pre-commit failed for source commit: 91e574609f3001ba280806d6e6c8bacc3bb1cddc
eslint...................................................................Failed
- hook id: eslint
- exit code: 1

erpnext/accounts/doctype/bank_transaction/bank_transaction.js
  107:5  error  Expected a 'break' statement before 'case'  no-fallthrough

 1 problem (1 error, 0 warnings)



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

# 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

Merge request reports