Bug 29271: (QA follow-up) Add missing filter

Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Katrin Fischer 2021-10-19 21:09:00 +00:00 committed by Jonathan Druart
parent b29a7148a9
commit 388611ef78

View file

@ -3,4 +3,4 @@
[%- FOREACH row IN rows %]
[% FOREACH field IN row; field IF !loop.last; ItemTypes.GetDescription(field) IF loop.last; sep IF !loop.last; END %]
[%- END %]
TOTAL[% sep %][%- FOREACH field IN total; field; sep IF !loop.last; END -%]
TOTAL[% sep | html %][%- FOREACH field IN total; field; sep IF !loop.last; END -%]