mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
[minor] [fix]
This commit is contained in:
@@ -164,5 +164,5 @@ def gl_entry_details(doctype, txt, searchfield, start, page_len, filters):
|
||||
%(mcond)s
|
||||
ORDER BY gle.posting_date desc, gle.voucher_no desc
|
||||
limit %(start)s, %(page_len)s""" % {dt:filters["dt"], acc:filters["acc"],
|
||||
account_type: filters['account_type'], 'mcond':get_match_cond(doctype, searchfield)
|
||||
account_type: filters['account_type'], 'mcond':get_match_cond(doctype, searchfield),
|
||||
'txt': "%%%s%%" % txt,"start": start, "page_len": page_len})
|
||||
Reference in New Issue
Block a user