mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-01 07:37:04 +00:00
chore: fix type hints
This commit is contained in:
@@ -174,7 +174,7 @@ def get_columns(filters):
|
|||||||
|
|
||||||
|
|
||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
def create_reposting_entries(rows, company):
|
def create_reposting_entries(rows: str | list, company: str):
|
||||||
if isinstance(rows, str):
|
if isinstance(rows, str):
|
||||||
rows = parse_json(rows)
|
rows = parse_json(rows)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user