mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 08:54:45 +00:00
chore: typo
This commit is contained in:
@@ -222,7 +222,7 @@ def item_query(doctype, txt, searchfield, start, page_len, filters):
|
|||||||
from frappe.desk.reportview import get_match_cond
|
from frappe.desk.reportview import get_match_cond
|
||||||
|
|
||||||
from_doctype = cstr(filters.get("doctype"))
|
from_doctype = cstr(filters.get("doctype"))
|
||||||
if not from_doctype or not frappe.db.exist("DocType", from_doctype):
|
if not from_doctype or not frappe.db.exists("DocType", from_doctype):
|
||||||
return []
|
return []
|
||||||
|
|
||||||
mcond = get_match_cond(from_doctype)
|
mcond = get_match_cond(from_doctype)
|
||||||
|
|||||||
Reference in New Issue
Block a user