fix: Advance TDS test case

This commit is contained in:
Deepesh Garg 2021-09-01 10:05:10 +05:30
parent 5e10e10329
commit d06221ad7a

View File

@ -1226,7 +1226,8 @@ def update_tax_witholding_category(company, account, date):
{'parent': 'TDS - 194 - Dividends - Individual', 'fiscal_year': fiscal_year[0]}):
tds_category = frappe.get_doc('Tax Withholding Category', 'TDS - 194 - Dividends - Individual')
tds_category.append('rates', {
'fiscal_year': fiscal_year[0],
'from_date': fiscal_year[1],
'to_date': fiscal_year[2],
'tax_withholding_rate': 10,
'single_threshold': 2500,
'cumulative_threshold': 0