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