mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-20 05:29:18 +00:00
fix: get_item_tax_info type hints (#53392)
This commit is contained in:
@@ -659,8 +659,8 @@ def get_item_tax_info(
|
|||||||
doc: Document | str | None,
|
doc: Document | str | None,
|
||||||
tax_category: str,
|
tax_category: str,
|
||||||
item_codes: list | str,
|
item_codes: list | str,
|
||||||
item_rates: dict | None = None,
|
item_rates: dict | str | None = None,
|
||||||
item_tax_templates: dict | None = None,
|
item_tax_templates: dict | str | None = None,
|
||||||
):
|
):
|
||||||
out = {}
|
out = {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user