https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38667 Bug ID: 38667 Summary: Point of sale transaction history should not appear to be sortable Change sponsored?: --- Product: Koha Version: Main Hardware: All OS: All Status: NEW Severity: minor Priority: P5 - low Component: Point of Sale Assignee: oleonard@myacpl.org Reporter: oleonard@myacpl.org QA Contact: testopia@bugs.koha-community.org CC: martin.renvoize@ptfs-europe.com The configurations of the Transactions to date and Older transactions tables contain "orderFixed: [ 0, 'asc']" which sets a fixed order on the hidden first column. We should add "ordering: false" so that column sorting controls don't appear in the table headers. -- You are receiving this mail because: You are watching all bug changes.