fix: Subcontracting Receipt GL Entries by s-aga-r [frappe] PR#40773
From: https://github.com/frappe/erpnext/pull/40773
Date: 2024-03-29 15:53:01+05:30
- fix: Subcontracting Receipt GL Entries
Diagnostics
pre-commit failed for source commit: 9808ae92a44328f357c224e2f61c89e79c9255f7
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
erpnext/subcontracting/doctype/subcontracting_receipt/test_subcontracting_receipt.py:13:1: F401 'erpnext.accounts.utils.get_company_default' imported but unused
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40773
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40773
# 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