From cdac218150fe5d46d6feb933242aeb93cf40bba3 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Fri, 21 Nov 2025 20:38:51 +0000 Subject: [PATCH] Bug 9750: Remove RoutingListNote --- .../prog/en/includes/html-customization-help.inc | 2 -- .../en/modules/admin/preferences/serials.pref | 2 +- .../en/modules/serials/routing-preview-slip.tt | 15 --------------- 3 files changed, 1 insertion(+), 18 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc index 13730322962..bcca2468c2a 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/html-customization-help.inc @@ -52,8 +52,6 @@
Show the following content on the patron self-registration confirmation page.
-
Include the following note on all routing list slips.
-
Show this content on the web-based self-checkout screen.
Show this content on the Help page of the web-based self-checkout system.
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref index d91b4083367..6e6bfe0aba9 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/serials.pref @@ -26,7 +26,7 @@ Serials: choices: 1: Use 0: "Don't use" - - the routing list feature in the serials module. A custom message can be shown on routing slips by creating an HTML customization in the RoutingListNote region. + - the routing list feature in the serials module. A custom routing slip can be created using the ROUTING_SLIP notice. - - pref: RoutingListAddReserves choices: diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt index 2c07aaea000..d5af99e4cfd 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing-preview-slip.tt @@ -1,7 +1,6 @@ [% USE raw %] [% USE Koha %] [% PROCESS 'i18n.inc' %] -[% USE AdditionalContents %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% tx("Routing slip for {title}", { title = title }) | html %]</h1> <div class="page-section"> [% letter_content | $raw %] </div> - <div id="routingnotes"> - [%- SET RoutingListNote = AdditionalContents.get( location => "RoutingListNote", lang => lang, library => logged_in_user.branchcode ) -%] - - [% IF ( RoutingListNote.content && RoutingListNote.content.count > 0 ) %] - <div id="[% RoutingListNote.location | html %]"> - [% FOREACH n IN RoutingListNote.content %] - <div class="[% n.lang | html %]_item"> - <div class="[% n.lang | html %]_body">[% n.content | $raw %]</div> - </div> - [% END %] - </div> - [% END %] - </div> - <nav class="navbar navbar-default fixed-bottom"> <div class="container-fluid"> <fieldset class="action"> -- 2.39.5