Created attachment 183094 [details] 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', });
Is it just me or do the non-JS pagination links not work?
(In reply to Owen Leonard from comment #1) > Is it just me or do the non-JS pagination links not work? it's not just you, the whole pagination is a bit untrustworthy