mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-12 19:35:09 +00:00
(cherry picked from commit 98a67967a3)
Co-authored-by: Nabin Hait <nabinhait@gmail.com>
This commit is contained in:
@@ -719,7 +719,7 @@ def get_payroll_entries_for_jv(doctype, txt, searchfield, start, page_len, filte
|
||||
where reference_type="Payroll Entry")
|
||||
order by name limit %(start)s, %(page_len)s"""
|
||||
.format(key=searchfield), {
|
||||
'txt': "%%%s%%" % frappe.db.escape(txt),
|
||||
'txt': "%%%s%%" % txt,
|
||||
'start': start, 'page_len': page_len
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user