From 4b1b674ce80174c3bf957e0f3d82d06f6fa93d0f Mon Sep 17 00:00:00 2001 From: Katrin Fischer Date: Sat, 29 Feb 2020 21:57:09 +0100 Subject: [PATCH] Bug 24390: (QA follow-up) Fix capitalization and simplyfy code a bit Signed-off-by: Katrin Fischer --- .../intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt index d25b4cc2f0..33c81bc423 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/rotating_collections/addItems.tt @@ -94,10 +94,7 @@

Items in [% colTitle | html %]

[% IF ( collectionItemsLoop ) %] - [% FOREACH collectionItemsLoo IN collectionItemsLoop %] - [% totalItems = loop.size %] - [% END %] -

Total Items: [% totalItems | html%]

+

Total items: [% collectionItemsLoop.size | html%]

-- 2.11.0
Title