mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-23 04:04:52 +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,
|
||||
tax_category: str,
|
||||
item_codes: list | str,
|
||||
item_rates: dict | None = None,
|
||||
item_tax_templates: dict | None = None,
|
||||
item_rates: dict | str | None = None,
|
||||
item_tax_templates: dict | str | None = None,
|
||||
):
|
||||
out = {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user