mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 01:34:10 +00:00
minor fix
This commit is contained in:
@@ -40,7 +40,7 @@ def item_query(doctype, txt, searchfield, start, page_len, filters):
|
||||
from frappe.widgets.reportview import get_match_cond
|
||||
filters.update({
|
||||
"txt": txt,
|
||||
"mcond": get_match_cond(filters["from"], searchfield),
|
||||
"mcond": get_match_cond(filters["from"]),
|
||||
"start": start,
|
||||
"page_len": page_len
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user