Bug 31308: (QA follow-up) use count to see if no items present
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
62667dbb91
commit
25de03ab10
1 changed files with 1 additions and 1 deletions
|
@ -222,7 +222,7 @@
|
|||
<tr>
|
||||
<th scope="row">Location(s)</th>
|
||||
<td>
|
||||
[% IF BIBLIO_RESULT.ITEM_RESULTS %]
|
||||
[% IF BIBLIO_RESULT.ITEM_RESULTS.count %]
|
||||
[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]
|
||||
<p>
|
||||
[% Branches.GetName(ITEM_RESULT.holdingbranch) | html %]
|
||||
|
|
Loading…
Reference in a new issue