mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
Merge pull request #1879 from anandpdoshi/anand-wip
Fixed Employee Birthday Report
This commit is contained in:
@@ -33,6 +33,6 @@ def get_conditions(filters):
|
||||
conditions += " and month(date_of_birth) = '%s'" % month
|
||||
|
||||
if filters.get("company"): conditions += " and company = '%s'" % \
|
||||
filters["company"].repalce("'", "\'")
|
||||
filters["company"].replace("'", "\\'")
|
||||
|
||||
return conditions
|
||||
Reference in New Issue
Block a user