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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/boraccount.tt (-2 / +1 lines)
Lines 395-401 Link Here
395
                    var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
395
                    var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
396
                    $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
396
                    $(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
397
                }
397
                }
398
                table_account_fines.DataTable().columns( 13 ).search( filteredValue, true, false ).draw();
398
                table_account_fines.DataTable().columns( 14 ).search( filteredValue, true, false ).draw();
399
                $(this).toggleClass('filtered');
399
                $(this).toggleClass('filtered');
400
            });
400
            });
401
401
402
- 

Return to bug 35015