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

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

Return to bug 15136