mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-29 11:45:45 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user