mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -2128,13 +2128,9 @@ def check_item_quality_inspection(doctype, items):
|
|||||||
|
|
||||||
|
|
||||||
@frappe.whitelist()
|
@frappe.whitelist()
|
||||||
<<<<<<< HEAD
|
|
||||||
def make_quality_inspections(doctype, docname, items, inspection_type):
|
|
||||||
=======
|
|
||||||
def make_quality_inspections(
|
def make_quality_inspections(
|
||||||
company: str, doctype: str, docname: str, items: str | list, inspection_type: str
|
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):
|
if isinstance(items, str):
|
||||||
items = json.loads(items)
|
items = json.loads(items)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user