[cleanup] UI Fixes

This commit is contained in:
Rushabh Mehta
2013-11-03 20:37:49 +05:30
parent ef5845589d
commit f7b203de2d
52 changed files with 209 additions and 230 deletions

View File

@@ -6,7 +6,7 @@ wn.views.calendar["Time Log"] = {
"start": "from_time",
"end": "to_time",
"id": "name",
"title": w._("title"),
"title": "title",
"allDay": "allDay"
},
get_events_method: "projects.doctype.time_log.time_log.get_events"