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 349-355 Link Here
349
                    var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
349
                    var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
350
                    $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
350
                    $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
351
                }
351
                }
352
                table_account_fines.fnFilter(filteredValue, 10, true, false);
352
                table_account_fines.DataTable().columns( 13 ).search( filteredValue, true, false ).draw();
353
                $(this).toggleClass('filtered');
353
                $(this).toggleClass('filtered');
354
            });
354
            });
355
355
356
- 

Return to bug 29952