From f6b9ccf476f51816e2dce937f890352b25cf606b Mon Sep 17 00:00:00 2001 From: Alexis Ripetti Date: Thu, 12 Nov 2020 11:37:33 -0500 Subject: [PATCH] Bug 27005: Adding a filter in the datatable of opac-readingrecord page Test plan: 1) apply patch 2) go to the opac-readingrecord page / your checkout history 3) See that the filter is here and works fine --- .../bootstrap/en/modules/opac-readingrecord.tt | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt index 3a226aa321..02920b191f 100644 --- a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt +++ b/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt @@ -1,5 +1,6 @@ [% USE raw %] [% USE Koha %] +[% USE TablesSettings %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog › Your checkout history @@ -201,13 +202,21 @@ [% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] +[% INCLUDE 'columns_settings.inc' %]