mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
Merge pull request #51194 from mihir-kandoi/type-resolve-error
This commit is contained in:
@@ -691,7 +691,7 @@ def get_item_tax_info(doc, tax_category, item_codes, item_rates=None, item_tax_t
|
||||
|
||||
@frappe.whitelist()
|
||||
@erpnext.normalize_ctx_input(ItemDetailsCtx)
|
||||
def get_item_tax_template(ctx: ItemDetailsCtx, item=None, out: ItemDetails | None = None):
|
||||
def get_item_tax_template(ctx, item=None, out: ItemDetails | None = None):
|
||||
"""
|
||||
Determines item_tax template from item or parent item groups.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user