mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-26 16:34:46 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -1564,10 +1564,6 @@ def repost_required_for_queue(doc: StockController) -> bool:
|
|||||||
return False
|
return False
|
||||||
|
|
||||||
|
|
||||||
@frappe.whitelist()
|
|
||||||
<<<<<<< HEAD
|
|
||||||
def make_quality_inspections(doctype, docname, items):
|
|
||||||
=======
|
|
||||||
def check_item_quality_inspection(doctype, items):
|
def check_item_quality_inspection(doctype, items):
|
||||||
if isinstance(items, str):
|
if isinstance(items, str):
|
||||||
items = json.loads(items)
|
items = json.loads(items)
|
||||||
@@ -1590,8 +1586,7 @@ def check_item_quality_inspection(doctype, items):
|
|||||||
|
|
||||||
|
|
||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
def make_quality_inspections(doctype, docname, items, inspection_type):
|
def make_quality_inspections(doctype, docname, items):
|
||||||
>>>>>>> c92ec312b9 (fix: show only items with inspection enabled on create QI dialog)
|
|
||||||
if isinstance(items, str):
|
if isinstance(items, str):
|
||||||
items = json.loads(items)
|
items = json.loads(items)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user