fix: Debug CI

(cherry picked from commit 092d41ecda)

# Conflicts:
#	erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
This commit is contained in:
Deepesh Garg
2021-09-03 20:04:18 +05:30
committed by Mergify
parent 46f814d255
commit 06e19afe00

View File

@@ -1671,7 +1671,12 @@ def check_gl_entries(doc, voucher_no, expected_gle, posting_date):
def update_tax_witholding_category(company, account):
from erpnext.accounts.utils import get_fiscal_year
<<<<<<< HEAD
fiscal_year = get_fiscal_year(date=nowdate())
=======
fiscal_year = get_fiscal_year(date=date, company=company)
print(fiscal_year[0], fiscal_year[1], fiscal_year[2], "$#$#$#")
>>>>>>> 092d41ecda (fix: Debug CI)
<<<<<<< HEAD
if not frappe.db.get_value(