mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-17 16:45:02 +00:00
commented out chosen code -- unable to adjust the margin/position correctly
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user