test: fix test case for itemised tax breakup

This commit is contained in:
DaizyModi
2023-07-21 17:52:54 +05:30
parent b84deec601
commit 653117c2a9
2 changed files with 16 additions and 10 deletions

View File

@@ -999,8 +999,8 @@ def get_itemised_tax_breakup_header(item_doctype, tax_accounts):
@erpnext.allow_regional
def get_itemised_tax_breakup_data(doc, with_tax_account=False):
return _get_itemised_tax_breakup_data(doc, with_tax_account=False)
def get_itemised_tax_breakup_data(doc):
return _get_itemised_tax_breakup_data(doc)
def _get_itemised_tax_breakup_data(doc, with_tax_account=False):