mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-19 21:19:19 +00:00
[major] upgrade to bootstrap 3
This commit is contained in:
@@ -141,13 +141,13 @@ erpnext.GeneralLedger = wn.views.GridReport.extend({
|
||||
toggle_group_by_checks: function() {
|
||||
this.make_account_by_name();
|
||||
|
||||
this.filter_inputs.group_by_ledger
|
||||
.parent().toggle(!!(this.account_by_name[this.account]
|
||||
&& this.account_by_name[this.account].group_or_ledger==="Group"));
|
||||
|
||||
this.filter_inputs.group_by_voucher
|
||||
.parent().toggle(!!(this.account_by_name[this.account]
|
||||
&& this.account_by_name[this.account].group_or_ledger==="Ledger"));
|
||||
// this.filter_inputs.group_by_ledger
|
||||
// .parent().toggle(!!(this.account_by_name[this.account]
|
||||
// && this.account_by_name[this.account].group_or_ledger==="Group"));
|
||||
//
|
||||
// this.filter_inputs.group_by_voucher
|
||||
// .parent().toggle(!!(this.account_by_name[this.account]
|
||||
// && this.account_by_name[this.account].group_or_ledger==="Ledger"));
|
||||
},
|
||||
prepare_data: function() {
|
||||
var me = this;
|
||||
|
||||
Reference in New Issue
Block a user