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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-account.tt (-2 / +1 lines)
Lines 137-143 $( document ).ready(function() { Link Here
137
            var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
137
            var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
138
            $(this).html('<i class="fa fa-filter" aria-hidden="true"></i> '+txtInactivefilter);
138
            $(this).html('<i class="fa fa-filter" aria-hidden="true"></i> '+txtInactivefilter);
139
        }
139
        }
140
        fines_table.fnFilter(filteredValue, -1, true, false);
140
        fines_table.fnFilter(filteredValue, -2, true, false);
141
        $(this).toggleClass('filtered');
141
        $(this).toggleClass('filtered');
142
    });
142
    });
143
143
144
- 

Return to bug 35015