Bug 27005: (follow-up) Exclude links column from sort and export
authorOwen Leonard <oleonard@myacpl.org>
Wed, 27 Jan 2021 12:13:07 +0000 (12:13 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 8 Feb 2021 16:09:32 +0000 (17:09 +0100)
I'm adding this as an additional follow-up in case anyone disagrees that
the "Links" column (defined in the OPACMySummaryHTML preference) should
be excluded from print and export.

Signed-off-by: David Nind <david@davidnind.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-readingrecord.tt

index 668e868..4da626c 100644 (file)
@@ -93,7 +93,7 @@
                                                 <th>Call no.</th>
                                                 <th class="title-string">Date</th>
                                                 [% IF ( OPACMySummaryHTML ) %]
-                                                    <th>Links</th>
+                                                    <th class="NoSort noExport">Links</th>
                                                 [% END %]
                                             </tr>
                                         </thead>