Skip to content

test: add product_code in create_loan_product by anandbaburajan [frappe] PR#37416

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

From: https://github.com/frappe/erpnext/pull/37416
Date: 2023-10-09 20:58:56+05:30

  • test: add product_code in create_loan_product (#37416)



Diagnostics

pre-commit failed for source commit: 6959c928c6d3ef3bbde70baf94dfe12aaad08de9
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-37416

# 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