fix: removed print statement

This commit is contained in:
Nabin Hait 2019-01-23 12:15:48 +05:30 committed by GitHub
parent 141c543f97
commit 06607fda4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -527,7 +527,6 @@ def payroll_entry_has_bank_entries(name):
return response
def get_payroll_entries_for_jv(doctype, txt, searchfield, start, page_len, filters):
print(doctype)
return frappe.db.sql("""
select name from `tabPayroll Entry`
where `{key}` LIKE %(txt)s