From cb37869855fd00a5b8d9c63322305b78178d4178 Mon Sep 17 00:00:00 2001 From: Martin Renvoize 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 3dac3de8b9c..faaa4a38fc1 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt @@ -20,6 +20,13 @@ [% ELSIF ( caller == 'recall' ) %] [% t("Recall print receipt") | html %] › [% t("Circulation") | html %] &rsqaquo; +[% ELSIF ( caller == 'notice_mgmt' ) %] + [% UNLESS slips && slips.size > 1 %] + [% t("Print notice") | html %] › + [% ELSE %] + [% t("Print notices") | html %] › + [% END %] + [% t("Tools") | html %] &rsqaquo; [% ELSIF ( title ) %][%# FIXME title is never defined %] [% title | html %] › [% t("Patrons") | html %] › -- 2.47.1