From 408cd5519486b9ada6727cc3f4a2f96cf61c4d4e Mon Sep 17 00:00:00 2001
From: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Date: Thu, 3 Oct 2024 13:13:35 +0100
Subject: [PATCH] Bug 33260: (follow-up) Add correct page title to print

---
 koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt
index fd36a77f886..502ca15bcc6 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt
@@ -19,6 +19,13 @@
 [% ELSIF ( caller == 'recall' ) %]
     [% t("Recall print receipt") | html %] &rsaquo;
     [% t("Circulation") | html %] &rsqaquo;
+[% ELSIF ( caller == 'notice_mgmt' ) %]
+    [% UNLESS slips && slips.size > 1 %]
+    [% t("Print notice") | html %] &rsaquo;
+    [% ELSE %]
+    [% t("Print notices") | html %] &rsaquo;
+    [% END %]
+    [% t("Tools") | html %] &rsqaquo;
 [% ELSIF ( title ) %][%# FIXME title is never defined %]
     [% title | html %] &rsaquo;
     [% t("Patrons") | html %] &rsaquo;
-- 
2.47.1