https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40093 Bug ID: 40093 Summary: Datatables pagination double-up is confusing for invoices table Change sponsored?: --- Product: Koha Version: Main Hardware: PC OS: Linux Status: NEW Severity: minor Priority: P1 - high Component: Acquisitions Assignee: koha-bugs@lists.koha-community.org Reporter: aleisha@catalyst.net.nz Created attachment 183094 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=183094&action=edit Invoices table showing two paginations The invoices table shows two paginations which is confusing. If there are more than 20 invoices, the full count is shown, and then directly underneath the datatables count is shown and is different. We should remove the datatables pagination and search to remove the confusion. It's not really needed when there is a search filter available on the left. This change would achieve this: @ koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcels.tt:276 @ $(document).ready(function () { $("#parcelst").kohaTable({ paginate: false, + dom: 't', }); -- You are receiving this mail because: You are the assignee for the bug.