mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
Fix trasnlate trial_balance.js
This commit is contained in:
@@ -17,8 +17,8 @@ wn.pages['trial-balance'].onload = function(wrapper) {
|
|||||||
// period closing entry checkbox
|
// period closing entry checkbox
|
||||||
this.wrapper.bind("make", function() {
|
this.wrapper.bind("make", function() {
|
||||||
$('<div style="margin: 10px 0px; "\
|
$('<div style="margin: 10px 0px; "\
|
||||||
class="with_period_closing_entry"><input type="checkbox" checked="checked">\
|
class="with_period_closing_entry"><input type="checkbox" checked="checked">' +
|
||||||
With period closing entry</div>')
|
wn._("With period closing entry") + '</div>')
|
||||||
.appendTo(me.wrapper)
|
.appendTo(me.wrapper)
|
||||||
.find("input").click(function() { me.refresh(); });
|
.find("input").click(function() { me.refresh(); });
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user