From 60475b4b950b99582ddb6a4218abcf2152b773f6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 17 Dec 2024 14:12:25 +0100 Subject: [PATCH] Bug 38713: circ/printslip.tt Signed-off-by: Phil Ringnalda Signed-off-by: Lucas Gass --- koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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..5885c732624 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/printslip.tt @@ -18,7 +18,7 @@ [% t("Patrons") | html %] › [% ELSIF ( caller == 'recall' ) %] [% t("Recall print receipt") | html %] › - [% t("Circulation") | html %] &rsqaquo; + [% t("Circulation") | html %] › [% ELSIF ( title ) %][%# FIXME title is never defined %] [% title | html %] › [% t("Patrons") | html %] › -- 2.34.1