From 904b479e0aed763960427a2c1e7f2611a5e51a16 Mon Sep 17 00:00:00 2001 From: Owen Leonard Date: Fri, 9 Aug 2019 11:43:42 +0000 Subject: [PATCH] Bug 23441: Export should not include the 'actions' column in Z3950 results. This patch adds the "noExport" class to the table header for the Z39.50 search results "Actions" column. This class prevents the column from being included in DataTables export operations. To test, apply the patch and perform a Z39.50 search from Cataloging. On the search results page, click the "Export or print" button. Choose one of the export options and verify that in the resulting data there is no "Actions" column. --- koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt index 37a77bececd..e020742167f 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt @@ -125,7 +125,7 @@ [% IF Koha.Preference('AdditionalFieldsInZ3950ResultSearch') != '' %] Additional fields [% END %] - Actions + Actions -- 2.11.0