From 9e8944016f304ba215c23b0cf14f596e4fa6953a Mon Sep 17 00:00:00 2001 From: Julian Maurice Date: Thu, 5 Apr 2018 13:14:39 +0200 Subject: [PATCH] Bug 20524: Make columns of pending discharges table sortable Test plan: 1. Enable syspref useDischarge 2. Login to OPAC and ask for a discharge (tab on the left) 3. Login to OPAC with another borrower from another library and ask for a discharge 4. Login to intranet, you should see a message about pending discharges, and a link. Click on the link. 5. Confirm that the Patron column is sortable and the Allow column is not 6. (Optional) You can apply bug 20516 and confirm that the Library column is sortable too Signed-off-by: Axelle Clarisse Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/members/discharges.tt | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt index 70f727a..3984f18 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/discharges.tt @@ -3,6 +3,7 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Patrons › Pending discharge requests [% INCLUDE 'doc-head-close.inc' %] + [% INCLUDE 'header.inc' %] @@ -45,6 +46,21 @@ [% MACRO jsinclude BLOCK %] + + [% INCLUDE 'datatables.inc' %] + [% END %] [% INCLUDE 'intranet-bottom.inc' %] -- 2.1.4