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

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/includes/item-status.inc (-2 / +1 lines)
Lines 103-109 Link Here
103
    [% END %]
103
    [% END %]
104
[% END %]
104
[% END %]
105
105
106
[% IF Koha.Preference('OPACAcquisitionDetails') AND ( item.isa('Koha::Item') ) AND ( item.orders.filter_by_active.count ) %][%# on_order is only set from opac-detail.pl %]
106
[% IF Koha.Preference('OPACAcquisitionDetails') AND ( item.isa('Koha::Item') ) AND ( item.orders.filter_by_active.count ) %]
107
    [% SET itemavailable = 0 %]
107
    [% SET itemavailable = 0 %]
108
    <span class="item-status onorder">On order</span>
108
    <span class="item-status onorder">On order</span>
109
[% END %]
109
[% END %]
110
- 

Return to bug 31463