mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 19:29:10 +00:00
fixes in employee leave balance report
This commit is contained in:
@@ -49,7 +49,7 @@ class DocType:
|
||||
emp_query = "select name from `tabEmployee` "
|
||||
if flag == 1:
|
||||
emp_query += condition
|
||||
e = sql(emp_query)
|
||||
e = sql(emp_query, debug=1)
|
||||
return e
|
||||
|
||||
# ----------------
|
||||
|
||||
Reference in New Issue
Block a user