mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Fix translate trial_balance.js
This commit is contained in:
@@ -6,7 +6,7 @@ wn.require("app/js/account_tree_grid.js");
|
|||||||
wn.pages['trial-balance'].onload = function(wrapper) {
|
wn.pages['trial-balance'].onload = function(wrapper) {
|
||||||
wn.ui.make_app_page({
|
wn.ui.make_app_page({
|
||||||
parent: wrapper,
|
parent: wrapper,
|
||||||
title: 'Trial Balance',
|
title: wn._('Trial Balance'),
|
||||||
single_column: true
|
single_column: true
|
||||||
});
|
});
|
||||||
var TrialBalance = erpnext.AccountTreeGrid.extend({
|
var TrialBalance = erpnext.AccountTreeGrid.extend({
|
||||||
|
|||||||
Reference in New Issue
Block a user