mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 07:02:54 +00:00
test: fix test case for itemised tax breakup
This commit is contained in:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user