mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 05:28:27 +00:00
Fix translate time_log_calendar.js
This commit is contained in:
@@ -6,7 +6,7 @@ wn.views.calendar["Time Log"] = {
|
||||
"start": "from_time",
|
||||
"end": "to_time",
|
||||
"id": "name",
|
||||
"title": "title",
|
||||
"title": w._("title"),
|
||||
"allDay": "allDay"
|
||||
},
|
||||
get_events_method: "projects.doctype.time_log.time_log.get_events"
|
||||
|
||||
Reference in New Issue
Block a user