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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/