Fix trasnlate trial_balance.js
This commit is contained in:
parent
c52cbef184
commit
e99c558152
@ -17,8 +17,8 @@ wn.pages['trial-balance'].onload = function(wrapper) {
|
||||
// period closing entry checkbox
|
||||
this.wrapper.bind("make", function() {
|
||||
$('<div style="margin: 10px 0px; "\
|
||||
class="with_period_closing_entry"><input type="checkbox" checked="checked">\
|
||||
With period closing entry</div>')
|
||||
class="with_period_closing_entry"><input type="checkbox" checked="checked">' +
|
||||
wn._("With period closing entry") + '</div>')
|
||||
.appendTo(me.wrapper)
|
||||
.find("input").click(function() { me.refresh(); });
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user