Fix translate accounts/page/financial_analytics/financial_analytics.js
This commit is contained in:
parent
f941e7499f
commit
1e7685e8ae
@ -44,11 +44,11 @@ erpnext.FinancialAnalytics = erpnext.AccountTreeGrid.extend({
|
|||||||
],
|
],
|
||||||
setup_columns: function() {
|
setup_columns: function() {
|
||||||
var std_columns = [
|
var std_columns = [
|
||||||
{id: "check", name: "Plot", field: "check", width: 30,
|
{id: "check", name: wn._("Plot"), field: "check", width: 30,
|
||||||
formatter: this.check_formatter},
|
formatter: this.check_formatter},
|
||||||
{id: "name", name: "Account", field: "name", width: 300,
|
{id: "name", name: wn._("Account"), field: "name", width: 300,
|
||||||
formatter: this.tree_formatter},
|
formatter: this.tree_formatter},
|
||||||
{id: "opening", name: "Opening", field: "opening", hidden: true,
|
{id: "opening", name: wn._("Opening"), field: "opening", hidden: true,
|
||||||
formatter: this.currency_formatter}
|
formatter: this.currency_formatter}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user