From d4084cb0c19a2b89bcaec9674aadfcefe4402286 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Thu, 22 Jan 2026 22:25:49 +0000 Subject: [PATCH] Bug 41539: (follow-up) Add missing filters --- koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc index 14d187475b0..e661464b4a5 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc +++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron_messages.inc @@ -250,7 +250,7 @@ [% w.biblio.title | html %] ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), [% IF ( w.biblio.author ) %]by [% w.biblio.author | html %][% END %] [% IF ( w.item.itemcallnumber ) %][[% w.item.itemcallnumber | html %]][% END %] - ([% w.item.barcode %]) + ([% w.item.barcode | html %]) Hold placed on [% w.reservedate | $KohaDates %].
[% SET expires_on = w.expirationdate %] Waiting here [% IF expires_on %]until [% expires_on | $KohaDates %][% END %]. @@ -270,7 +270,7 @@ [% w.biblio.title | html %] ([% ItemTypes.GetDescription( w.item.effective_itemtype ) | html %]), [% IF ( w.biblio.author ) %]by [% w.biblio.author | html %][% END %] [% IF ( w.item.itemcallnumber ) %][[% w.item.itemcallnumber | html %]][% END %] - ([% w.item.barcode %]) + ([% w.item.barcode | html %]) Hold placed on [% w.reservedate | $KohaDates %].
[% SET expires_on = w.expirationdate %] Waiting at [% w.branch.branchname | html %] [% IF expires_on %]until [% expires_on | $KohaDates %][% END %] -- 2.39.5