Bugzilla – Attachment 189874 Details for
Bug 9750
Bring routing lists into notices & slips
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9750: Remove RoutingListNote
Bug-9750-Remove-RoutingListNote.patch (text/plain), 3.69 KB, created by
Lucas Gass (lukeg)
on 2025-11-21 20:52:56 UTC
(
hide
)
Description:
Bug 9750: Remove RoutingListNote
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2025-11-21 20:52:56 UTC
Size:
3.69 KB
patch
obsolete
>From 366d95ed8a236eba00f348dc66fd2a6f71d753c0 Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >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 @@ > > <div id="PatronSelfRegistrationAdditionalInstructions_notes" class="hint customization_note"> Show the following content on the patron self-registration confirmation page. </div> > >-<div id="RoutingListNote" class="hint customization_note"> Include the following note on all routing list slips. </div> >- > <div id="SCOMainUserBlock_notes" class="hint customization_note"> Show this content on the web-based self-checkout screen. </div> > > <div id="SelfCheckHelpMessage_notes" class="hint customization_note"> Show this content on the Help page of the web-based self-checkout system. </div> >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 <a href="/cgi-bin/koha/tools/additional-contents.pl?category=html_customizations">HTML customization</a> in the RoutingListNote region. >+ - the routing list feature in the serials module. A custom routing slip can be created using the ROUTING_SLIP notice</a>. > - > - 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' %] > <title >@@ -24,20 +23,6 @@ > <h1>[% 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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9750
:
189816
|
189817
|
189871
|
189872
|
189873
| 189874