From 0b48999197fe42ea199e28f9d0ae99ee3c60e8e3 Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 4 Nov 2023 22:50:37 +0000 Subject: [PATCH] Bug 32986: (QA follow-up) Rename notices module This renames the notices and slips module from Patrons toolbar (slip) to Patrons (custom slip) Signed-off-by: Katrin Fischer --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt | 8 ++++---- 1 file changed, 4 insertions(+), 4 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 8476cfe0b2..c3d2487178 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/letter.tt @@ -168,7 +168,7 @@
  • Interlibrary loans
  • Order acquisition
  • Patrons
  • -
  • Patrons toolbar (slip)
  • +
  • Patrons (custom slip)
  • Preservation
  • Serials (new issue)
  • Suggestions
  • @@ -228,7 +228,7 @@ [% CASE 'reserves' %]Holds [% CASE 'ill' %]Interlibrary loans [% CASE 'members' %]Patrons - [% CASE 'patron_slip' %]Patrons toolbar (slip) + [% CASE 'patron_slip' %]Patrons (custom slip) [% CASE 'preservation' %]Preservation [% CASE 'serial' %]Serials (new issue) [% CASE 'suggestions' %]Suggestions @@ -396,9 +396,9 @@ [% END %] [% IF ( module == "patron_slip" ) %] - + [% ELSE %] - + [% END %] [% IF ( module == "preservation" ) %] -- 2.30.2