mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-08 23:52:57 +00:00
fix: Debug CI
(cherry picked from commit 092d41ecda)
# Conflicts:
# erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py
This commit is contained in:
@@ -1671,7 +1671,12 @@ def check_gl_entries(doc, voucher_no, expected_gle, posting_date):
|
|||||||
def update_tax_witholding_category(company, account):
|
def update_tax_witholding_category(company, account):
|
||||||
from erpnext.accounts.utils import get_fiscal_year
|
from erpnext.accounts.utils import get_fiscal_year
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
fiscal_year = get_fiscal_year(date=nowdate())
|
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
|
<<<<<<< HEAD
|
||||||
if not frappe.db.get_value(
|
if not frappe.db.get_value(
|
||||||
|
|||||||
Reference in New Issue
Block a user