Fix translate accounts/page/financial_statements/financial_statements.js
This commit is contained in:
parent
1e7685e8ae
commit
ac0e261eee
@ -34,11 +34,11 @@ pscript['onload_Financial Statements'] = function(wrapper) {
|
|||||||
options: ['Loading...']
|
options: ['Loading...']
|
||||||
})
|
})
|
||||||
|
|
||||||
wrapper.appframe.add_button("Create", function() {
|
wrapper.appframe.add_button(wn._("Create"), function() {
|
||||||
pscript.stmt_new();
|
pscript.stmt_new();
|
||||||
}, "icon-refresh")
|
}, "icon-refresh")
|
||||||
|
|
||||||
wrapper.appframe.add_button("Print", function() {
|
wrapper.appframe.add_button(wn._("Print"), function() {
|
||||||
_p.go($i('print_html').innerHTML);
|
_p.go($i('print_html').innerHTML);
|
||||||
}, "icon-print")
|
}, "icon-print")
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user