Same issue as bug 22626 but on 18.11.06 The Filter paid transactions function on /cgi-bin/koha/members/boraccount.pl under the Account tab no longer works. If you click on it the wording will change, but no transactions will disappear.
I can't confirm this - I just tested in our 18.11.06 installation and the filtering works nicely. Payments and paid fines are filtered in my testing. Do you run some custom jQuery maybe that could interfere here?
(In reply to Katrin Fischer from comment #1) > I can't confirm this - I just tested in our 18.11.06 installation and the > filtering works nicely. Payments and paid fines are filtered in my testing. > > Do you run some custom jQuery maybe that could interfere here? I was testing in the wrong installation - it IS broken in 18.11.06.
It would be great if we could get a fix for this.
Created attachment 91852 [details] [review] Bug 23143: [18.11] Filter paid transactions not working This patch corrects the DataTables filter for hiding paid transactions from the table of patron account transactions. The wrong column index was specified. To test, apply the patch and view the "Account" tab of a patron with multiple transactions, at least one of them paid. Confirm that the "Filter paid transactions" link works as expected.
Created attachment 91883 [details] [review] Bug 23143: [18.11] Filter paid transactions not working This patch corrects the DataTables filter for hiding paid transactions from the table of patron account transactions. The wrong column index was specified. To test, apply the patch and view the "Account" tab of a patron with multiple transactions, at least one of them paid. Confirm that the "Filter paid transactions" link works as expected. Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
A one line change - confirmed problem and tested. As this is for an older version I'll set it to "Passed QA" directly.
backported to 18.11.x for 18.11.09