https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18479 --- Comment #1 from Owen Leonard <oleonard@myacpl.org> --- Created attachment 62590 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=62590&action=edit Bug 18479 - Holds 'Placed on' column in opac-user.pl not sorting correctly Two columns in the user's holds table in the OPAC do not sort correctly because they are not marked up correctly to enable date sorting: 'Placed on' and 'Expires on.' This patch corrects it. This patch also removes a stray </td> which was causing validation errors. To test, apply the patch and log into the OPAC with an account which has multiple holds with differnt hold dates and expiration dates. Confirm that sorting on these columns works correctly. -- You are receiving this mail because: You are watching all bug changes.