Fix translate projects/report/daily_time_log_summary/daily_time_log_summary.js
This commit is contained in:
parent
17a37bd329
commit
7934140969
@ -5,13 +5,13 @@ wn.query_reports["Daily Time Log Summary"] = {
|
|||||||
"filters": [
|
"filters": [
|
||||||
{
|
{
|
||||||
"fieldname":"from_date",
|
"fieldname":"from_date",
|
||||||
"label": "From Date",
|
"label": wn._("From Date"),
|
||||||
"fieldtype": "Date",
|
"fieldtype": "Date",
|
||||||
"default": wn.datetime.get_today()
|
"default": wn.datetime.get_today()
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname":"to_date",
|
"fieldname":"to_date",
|
||||||
"label": "To Date",
|
"label": wn._("To Date"),
|
||||||
"fieldtype": "Date",
|
"fieldtype": "Date",
|
||||||
"default": wn.datetime.get_today()
|
"default": wn.datetime.get_today()
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user