fix: Debug CI

This commit is contained in:
Deepesh Garg
2021-09-03 20:04:18 +05:30
parent 1fa4962723
commit c161daa4be

View File

@@ -1207,6 +1207,7 @@ def update_tax_witholding_category(company, account, date):
from erpnext.accounts.utils import get_fiscal_year
fiscal_year = get_fiscal_year(date=date, company=company)
print(fiscal_year[0], fiscal_year[1], fiscal_year[2], "$#$#$#")
if not frappe.db.get_value('Tax Withholding Rate',
{'parent': 'TDS - 194 - Dividends - Individual', 'from_date': ('>=', fiscal_year[1]),