Fix translate time_log_calendar.js

This commit is contained in:
Bárbara Perretti 2013-10-08 15:19:18 -03:00
parent f4cde68097
commit e52998fd12

View File

@ -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"