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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-2 / +1 lines)
Lines 328-334 Link Here
328
                    var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
328
                    var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
329
                    $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
329
                    $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
330
                }
330
                }
331
                table_account_fines.fnFilter(filteredValue, 10, true, false);
331
                table_account_fines.DataTable().columns( 12 ).search( filteredValue, true, false ).draw();
332
                $(this).toggleClass('filtered');
332
                $(this).toggleClass('filtered');
333
            });
333
            });
334
334
335
- 

Return to bug 29952