Skip to content

refactor: rename loan type to loan product in lending by anandbaburajan [frappe] PR#37325

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

From: https://github.com/frappe/erpnext/pull/37325
Date: 2023-10-03 00:15:30+05:30

  • refactor: rename loan type to loan product in lending (#37325)



Diagnostics

pre-commit failed for source commit: 087f378a4fea7044a331f5c174ec0103909825cb
flake8...................................................................Failed
- hook id: flake8
- exit code: 1

erpnext/accounts/doctype/bank_clearance/test_bank_clearance.py:30:3: F821 undefined name 'if_lending_app_installed'
erpnext/accounts/doctype/bank_transaction/test_bank_transaction.py:224:2: F821 undefined name 'if_lending_app_installed'



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

# 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