Summary: | [18.11] Filter paid transactions not working | ||
---|---|---|---|
Product: | Koha | Reporter: | Benjamin Daeuber <bdaeuber> |
Component: | Fines and fees | Assignee: | Bugs List <koha-bugs> |
Status: | CLOSED FIXED | QA Contact: | Testopia <testopia> |
Severity: | major | ||
Priority: | P5 - low | CC: | lisette, lucas, oleonard |
Version: | 18.11 | ||
Hardware: | All | ||
OS: | All | ||
GIT URL: | Change sponsored?: | --- | |
Patch complexity: | Trivial patch | Documentation contact: | |
Documentation submission: | Text to go in the release notes: | ||
Version(s) released in: | Circulation function: | ||
Bug Depends on: | 22626 | ||
Bug Blocks: | |||
Attachments: |
Bug 23143: [18.11] Filter paid transactions not working
Bug 23143: [18.11] Filter paid transactions not working |
Description
Benjamin Daeuber
2019-06-17 19:16:11 UTC
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 |