commented out chosen code -- unable to adjust the margin/position correctly

This commit is contained in:
Anand Doshi 2012-11-22 17:38:48 +05:30
parent 1e6f25086f
commit ba6aafedad

View File

@ -121,9 +121,9 @@ erpnext.GeneralLedger = wn.views.GridReport.extend({
}
// chosen
if(me.filter_inputs.company.get(0).opts.chosen) {
$filter.trigger("liszt:updated");
}
// if(me.filter_inputs.company.get(0).opts.chosen) {
// $filter.trigger("liszt:updated");
// }
me.filter_inputs.refresh.click();
});