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:
parent
b29a7148a9
commit
388611ef78
1 changed files with 1 additions and 1 deletions
|
@ -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 -%]
|
||||
|
|
Loading…
Reference in a new issue