chore: fixed conflicts

This commit is contained in:
rohitwaghchaure
2026-06-01 22:07:42 +05:30
committed by GitHub
parent 1679680d8e
commit 8d12a89558

View File

@@ -2112,11 +2112,7 @@ def repost_required_for_queue(doc: StockController) -> bool:
@frappe.whitelist() @frappe.whitelist()
<<<<<<< HEAD def check_item_quality_inspection(doctype: str, items: str | list[dict]):
def check_item_quality_inspection(doctype, items):
=======
def check_item_quality_inspection(doctype: str, docstatus: str | int, items: str | list[dict]):
>>>>>>> c6a88ab1d2 (fix(stock): allow to create quality inspection after purchase/delivery)
if isinstance(items, str): if isinstance(items, str):
items = json.loads(items) items = json.loads(items)