Bug 35015: (QA follow-up) Fix paid transactions filter in the staff interface
Same problem: we added a column without adjusting the filter. Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Owen Leonard <oleonard@myacpl.org> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
7cf209a550
commit
4b1d4ca170
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@
|
|||
var filteredValue = '^((?!0.00).*)$'; //Filter not matching 0.00 http://stackoverflow.com/a/406408
|
||||
$(this).html('<i class="fa fa-filter"></i> '+txtInactivefilter);
|
||||
}
|
||||
table_account_fines.DataTable().columns( 13 ).search( filteredValue, true, false ).draw();
|
||||
table_account_fines.DataTable().columns( 14 ).search( filteredValue, true, false ).draw();
|
||||
$(this).toggleClass('filtered');
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in a new issue