Fix translate bank_reconciliation_statement.js
This commit is contained in:
parent
0a857b21d3
commit
2d393e36a5
@ -5,7 +5,7 @@ wn.query_reports["Bank Reconciliation Statement"] = {
|
|||||||
"filters": [
|
"filters": [
|
||||||
{
|
{
|
||||||
"fieldname":"account",
|
"fieldname":"account",
|
||||||
"label": "Bank Account",
|
"label": wn._("Bank Account"),
|
||||||
"fieldtype": "Link",
|
"fieldtype": "Link",
|
||||||
"options": "Account",
|
"options": "Account",
|
||||||
"get_query": function() {
|
"get_query": function() {
|
||||||
@ -20,7 +20,7 @@ wn.query_reports["Bank Reconciliation Statement"] = {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"fieldname":"report_date",
|
"fieldname":"report_date",
|
||||||
"label": "Date",
|
"label": wn._("Date"),
|
||||||
"fieldtype": "Date",
|
"fieldtype": "Date",
|
||||||
"default": get_today()
|
"default": get_today()
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user