mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-11 14:29:12 +00:00
refactor: correct type hint for rm_items
This commit is contained in:
@@ -1369,7 +1369,7 @@ def get_pending_subcontracted_quantity(doctype, name):
|
||||
@frappe.whitelist()
|
||||
def make_rm_stock_entry(
|
||||
subcontract_order: str,
|
||||
rm_items: str | list | None = None,
|
||||
rm_items: list | None = None,
|
||||
order_doctype: str = "Subcontracting Order",
|
||||
target_doc: dict | None = None,
|
||||
):
|
||||
|
||||
Reference in New Issue
Block a user