mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 17:53:49 +00:00
Merge pull request #1077 from akhileshdarjee/master
[fix] [issue] webnotes/erpnext#1072 removed leave by from leave application
This commit is contained in:
@@ -281,7 +281,7 @@ def add_leaves(events, start, end, employee, company, match_conditions=None):
|
||||
"from_date": d.from_date,
|
||||
"to_date": d.to_date,
|
||||
"status": d.status,
|
||||
"title": _("Leave by") + " " + cstr(d.employee_name) + \
|
||||
"title": cstr(d.employee_name) + \
|
||||
(d.half_day and _(" (Half Day)") or ""),
|
||||
"docstatus": d.docstatus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user