[Koha-bugs] [Bug 29952] Filter Paid Transactions Broken on Transactions tab in Staff

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Thu Jan 27 13:40:02 CET 2022


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29952

--- Comment #3 from Owen Leonard <oleonard at myacpl.org> ---
Created attachment 129874
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=129874&action=edit
Bug 29952: Replace obsolete DataTable column filter function

The "Filter paid transactions" link on the Accounting -> Transactions
page is broken because it uses an obsolete DataTables function for
filtering. This patch updates it to use the current syntax, available in
DataTables since version 1.10.

To test, apply the patch and locate a patron in the staff interface who
has multiple fines, some paid.

- View the patron's "Accounting" page and click the "Transactions" tab.
- Click the "Filter paid transactions" link. The table should be
  filtered so that only transactions with an outstanding amount > zero
  are shown.
- The filter link should change to read "Show all transactions."
- Clicking "Show all transactions" should clear the filter.
- Test with one or more columns hidden using the "Columns" control.
  Filtering should still work correctly with columns hidden.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list