chore: fixed conflicts

This commit is contained in:
rohitwaghchaure
2026-06-01 22:11:58 +05:30
committed by GitHub
parent 42e2fd5fc9
commit 54cbc91166

View File

@@ -1680,11 +1680,7 @@ def repost_required_for_queue(doc: StockController) -> bool:
@frappe.whitelist()
<<<<<<< HEAD
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):
items = json.loads(items)