View | Details | Raw Unified | Return to bug 23143
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-2 / +1 lines)
Lines 133-139 Link Here
133
                    var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
133
                    var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
134
                    $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
134
                    $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
135
                }
135
                }
136
                table_account_fines.fnFilter(filteredValue, 8, true, false);
136
                table_account_fines.fnFilter(filteredValue, 5, true, false);
137
                $(this).toggleClass('filtered');
137
                $(this).toggleClass('filtered');
138
            });
138
            });
139
139
140
- 

Return to bug 23143