From 31a1d7fa6169b6520a133abd1b1dda3f209a4232 Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Mon, 16 Dec 2024 15:12:04 +0000 Subject: [PATCH] Bug 33260: Fix typo noice -> notice --- koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt index ce45c8f4c89..c1b177b0867 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/notices.tt @@ -98,7 +98,7 @@ [% ELSIF ( notice.status == 'deleted' ) %]deleted [% ELSE %][% notice.status | html %][% END %] - [% notice.updated_on | $KohaDates with_hours = 1 %] + [% notice.updated_on | $KohaDates with_hours = 1 %] [% IF ( notice.failure_code ) %] [% IF ( notice.failure_code == "INVALID_BORNUMBER" ) %]Invalid borrowernumber [% notice.borrowernumber | html %] -- 2.47.1