Bug 18931 - Follow up - Typo fix in template for holds

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Mason James 2017-07-26 18:42:19 +12:00 committed by Jonathan Druart
parent f5988bb3d2
commit 45ff2ef129

View file

@ -172,7 +172,7 @@
[% IF ai_holds %]
<h4>Holds</h4>
<p>The following ids exist in both <strong>holds</strong> and <strong>old_reserves</strong> table:
[% FOR h IN ai_holds %][% h.issue_id %][% UNLESS loop.last %], [% END %][% END %]</p>
[% FOR h IN ai_holds %][% h.reserve_id %][% UNLESS loop.last %], [% END %][% END %]</p>
[% END %]
[% END %]