fix: Show itemised TDS breakup based on Apply TDS checkbox on item level by nabinhait [frappe] PR#40911
From: https://github.com/frappe/erpnext/pull/40911
Date: 2024-04-08 20:26:44+05:30
- fix: Show itemised TDS breakup based on Apply TDS checkbox on item level
Diagnostics
pre-commit failed for source commit: c66dde631853731ed09cb72219d7bc8a644b0fbb
flake8...................................................................Failed
- hook id: flake8
- exit code: 1
erpnext/accounts/doctype/purchase_taxes_and_charges/purchase_taxes_and_charges.py:5:1: F401 'frappe' imported but unused
erpnext/stock/doctype/purchase_receipt_item/purchase_receipt_item.py:5:1: F401 'frappe' imported but unused
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-40911
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-40911
# 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