Fix translate projects/report/daily_time_log_summary/daily_time_log_summary.js

This commit is contained in:
Bárbara Perretti 2013-10-15 17:14:28 -03:00
parent 17a37bd329
commit 7934140969

View File

@ -5,13 +5,13 @@ wn.query_reports["Daily Time Log Summary"] = {
"filters": [
{
"fieldname":"from_date",
"label": "From Date",
"label": wn._("From Date"),
"fieldtype": "Date",
"default": wn.datetime.get_today()
},
{
"fieldname":"to_date",
"label": "To Date",
"label": wn._("To Date"),
"fieldtype": "Date",
"default": wn.datetime.get_today()
},