From 189663ee0894e994e367ff7c0f26a684f3630cd6 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Fri, 11 Feb 2022 10:24:15 +0100 Subject: [PATCH] Bug 29859: Fix currencies display Oops! Signed-off-by: Fridolin Somers --- .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index b8d41fc646..0285a2f5f2 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -145,7 +145,7 @@ - [% FOREACH c IN currencies.count %] + [% FOREACH c IN currencies %] [% END %] @@ -399,7 +399,7 @@