Bug 32185: Fix template typo in opac-reserve.pl
This removes the %] showing for not for loan items disappear. To test: * Create a record with multiple items, mark one 'not for loan' * Place an item level request on this record in the OPAC * Make sure you 'Show nonholdable items' * Verify the %] shows in the column with the not for loan status * Apply patch * Verify display is now improved Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
parent
20294f52bf
commit
36aa2b4e08
1 changed files with 1 additions and 1 deletions
|
@ -452,7 +452,7 @@
|
|||
[% END %]
|
||||
|
||||
[% IF ( itemLoo.notforloan ) %]
|
||||
<span class="notforloan">Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemLoo.notforloan ) %] %])</span>
|
||||
<span class="notforloan">Not for loan ([% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.notforloan', authorised_value => itemLoo.notforloan ) %])</span>
|
||||
[% END %]
|
||||
|
||||
[% IF ( itemLoo.first_hold ) %]
|
||||
|
|
Loading…
Reference in a new issue