mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-24 15:39:20 +00:00
Fix translate accounts/page/financial_statements/financial_statements.js
This commit is contained in:
@@ -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")
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user