fix: Advance TDS test case

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

View File

@@ -1212,7 +1212,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