From a15ec9894c29dd10bc18be8ae0cc96031cd53133 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Mon, 29 Apr 2024 15:31:35 +0000 Subject: [PATCH] Bug 29393: (follow-up) Rename notice module to "Patron (custom message)" Also moved it below the similar entry "Patron (custom slip)". Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/tools/letter.tt | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt index e49333fdda..8bdd1a692d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -176,12 +176,12 @@
  • Order acquisition
  • Patrons
  • Patrons (custom slip)
  • +
  • Patrons (custom message)
  • Preservation
  • Serials (new issue)
  • Suggestions
  • Point of sale
  • Reports
  • -
  • Add message
  • @@ -237,12 +237,12 @@ [% CASE 'ill' %]Interlibrary loans [% CASE 'members' %]Patrons [% CASE 'patron_slip' %]Patrons (custom slip) + [% CASE 'add_message' %]Patrons (custom message) [% CASE 'preservation' %]Preservation [% CASE 'serial' %]Serials (new issue) [% CASE 'suggestions' %]Suggestions [% CASE 'pos' %]Point of sale [% CASE 'report' %]Reports - [% CASE 'add_message' %]Add message [% CASE %][% lette.module | html %] [% END %] @@ -411,6 +411,11 @@ [% ELSE %] [% END %] + [% IF ( module == "add_message" ) %] + + [% ELSE %] + + [% END %] [% IF ( module == "preservation" ) %] [% ELSE %] @@ -436,11 +441,6 @@ [% ELSE %] [% END %] - [% IF ( module == "add_message" ) %] - - [% ELSE %] - - [% END %]
  • -- 2.39.5