mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-09 00:01:18 +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
|
from frappe.widgets.reportview import get_match_cond
|
||||||
filters.update({
|
filters.update({
|
||||||
"txt": txt,
|
"txt": txt,
|
||||||
"mcond": get_match_cond(filters["from"], searchfield),
|
"mcond": get_match_cond(filters["from"]),
|
||||||
"start": start,
|
"start": start,
|
||||||
"page_len": page_len
|
"page_len": page_len
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user