From 6cfd65f808ce9a9f4ddbe8ff54cda269b792cfbc Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 5 Feb 2024 10:20:04 +0000 Subject: [PATCH] Bug 26567: (follow-up) Update label and add check for RoutingSerials Content-Type: text/plain; charset=utf-8 The system preference RoutingSerials controls if the routing list feature is available in the staff interface or not. If routing lists are deactivated, the search option should not show. Also updated the label to read: "Has routing list" Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/includes/serials-advsearch.inc | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-advsearch.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-advsearch.inc index 84b9eed7cb..4a685642d4 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-advsearch.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-advsearch.inc @@ -1,3 +1,4 @@ +[% USE Koha %] [% PROCESS 'html_helpers.inc' %]
@@ -50,10 +51,12 @@ -
  • - + [% IF Koha.Preference( 'RoutingSerials' ) %] +
  • + -
  • + + [% END %] [% INCLUDE 'additional-fields-entry.inc' available=additional_fields_for_subscription values=additional_field_filters wrap_fieldset=0 %] -- 2.30.2