View | Details | Raw Unified | Return to bug 29148
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/pendingreserves.tt (-2 / +1 lines)
Lines 126-132 Link Here
126
        <td>
126
        <td>
127
            [% IF ( hold_info.barcodes.size ) %]
127
            [% IF ( hold_info.barcodes.size ) %]
128
                [% SET barcode = hold_info.barcodes.first %]
128
                [% SET barcode = hold_info.barcodes.first %]
129
                [% IF ( hold_info.itemnumber ) %]Only [% barcode | html %][% ELSE %][% barcode | html %] or any available.[% END %]
129
                [% IF ( hold_info.item_level_hold=1 ) %]Only [% barcode | html %][% ELSE %][% barcode | html %] or any available.[% END %]
130
            [% END %]
130
            [% END %]
131
        </td>
131
        </td>
132
        <td>
132
        <td>
133
- 

Return to bug 29148