Bug 31316: (QA follow-up) Remove stray template close tag
Signed-off-by: Nick Clemens <nick@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
9b9a7b670c
commit
f13b688987
1 changed files with 1 additions and 1 deletions
|
@ -150,7 +150,7 @@ Your cart
|
||||||
<ul>
|
<ul>
|
||||||
[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]<li>
|
[% FOREACH ITEM_RESULT IN BIBLIO_RESULT.ITEM_RESULTS %]<li>
|
||||||
[% Branches.GetName(ITEM_RESULT.holdingbranch) | $raw %]
|
[% Branches.GetName(ITEM_RESULT.holdingbranch) | $raw %]
|
||||||
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location ) | html %]%]
|
[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => ITEM_RESULT.location ) | html %]
|
||||||
[% IF ITEM_RESULT.itemcallnumber %]([% ITEM_RESULT.itemcallnumber | $raw %])[% END %]
|
[% IF ITEM_RESULT.itemcallnumber %]([% ITEM_RESULT.itemcallnumber | $raw %])[% END %]
|
||||||
[% ITEM_RESULT.barcode | $raw %]
|
[% ITEM_RESULT.barcode | $raw %]
|
||||||
</li>[% END %]
|
</li>[% END %]
|
||||||
|
|
Loading…
Reference in a new issue