fix: Advance TDS test case
This commit is contained in:
parent
5e10e10329
commit
d06221ad7a
@ -1226,7 +1226,8 @@ def update_tax_witholding_category(company, account, date):
|
|||||||
{'parent': 'TDS - 194 - Dividends - Individual', 'fiscal_year': fiscal_year[0]}):
|
{'parent': 'TDS - 194 - Dividends - Individual', 'fiscal_year': fiscal_year[0]}):
|
||||||
tds_category = frappe.get_doc('Tax Withholding Category', 'TDS - 194 - Dividends - Individual')
|
tds_category = frappe.get_doc('Tax Withholding Category', 'TDS - 194 - Dividends - Individual')
|
||||||
tds_category.append('rates', {
|
tds_category.append('rates', {
|
||||||
'fiscal_year': fiscal_year[0],
|
'from_date': fiscal_year[1],
|
||||||
|
'to_date': fiscal_year[2],
|
||||||
'tax_withholding_rate': 10,
|
'tax_withholding_rate': 10,
|
||||||
'single_threshold': 2500,
|
'single_threshold': 2500,
|
||||||
'cumulative_threshold': 0
|
'cumulative_threshold': 0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user