chore: resolve conflicts

This commit is contained in:
Mihir Kandoi
2026-03-03 20:44:40 +05:30
committed by GitHub
parent 417e8a4371
commit 3e8ebf8c14

View File

@@ -2128,13 +2128,9 @@ def check_item_quality_inspection(doctype, items):
@frappe.whitelist()
<<<<<<< HEAD
def make_quality_inspections(doctype, docname, items, inspection_type):
=======
def make_quality_inspections(
company: str, doctype: str, docname: str, items: str | list, inspection_type: str
):
>>>>>>> 74def423ed (fix(stock): pass company to avoid document naming rule issue in QI)
if isinstance(items, str):
items = json.loads(items)