mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
[minor] Packing Slip get_query
This commit is contained in:
@@ -166,4 +166,4 @@ def item_details(doctype, txt, searchfield, start, page_len, filters):
|
|||||||
and %s like "%s" %s
|
and %s like "%s" %s
|
||||||
limit %s, %s """ % ("%s", searchfield, "%s",
|
limit %s, %s """ % ("%s", searchfield, "%s",
|
||||||
get_match_cond(doctype), "%s", "%s"),
|
get_match_cond(doctype), "%s", "%s"),
|
||||||
(filters["delivery_note"], "%%%s%%" % txt, start, page_len))
|
((filters or {}).get("delivery_note"), "%%%s%%" % txt, start, page_len))
|
||||||
|
|||||||
Reference in New Issue
Block a user