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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-2 / +1 lines)
Lines 141-147 Link Here
141
                    var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
141
                    var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
142
                    $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
142
                    $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
143
                }
143
                }
144
                table_account_fines.fnFilter(filteredValue, 5, true, false);
144
                table_account_fines.fnFilter(filteredValue, 8, true, false);
145
                $(this).toggleClass('filtered');
145
                $(this).toggleClass('filtered');
146
            });
146
            });
147
147
148
- 

Return to bug 22626