mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-06 05:39:12 +00:00
calculate TDS on Sales Invoice Amount
This commit is contained in:
@@ -240,7 +240,7 @@ def set_tax_withholding_category(docs, company):
|
||||
def set_tds_account(docs, company):
|
||||
docs.extend([
|
||||
{
|
||||
'doctype': 'Account', 'account_name': 'TDS', 'account_type': 'Payable',
|
||||
'parent_account': 'Accounts Payable', 'company': company
|
||||
'doctype': 'Account', 'account_name': 'TDS', 'account_type': 'Tax',
|
||||
'parent_account': 'Duties and Taxes', 'company': company
|
||||
}
|
||||
])
|
||||
Reference in New Issue
Block a user