Bug 31463: (QA follow-up) Remove obsolete comment

Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Marcel de Rooy 2022-09-30 09:29:58 +00:00 committed by Tomas Cohen Arazi
parent 5590d09fe7
commit c575f86198
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F

View file

@ -103,7 +103,7 @@
[% END %]
[% END %]
[% 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 %]
[% IF Koha.Preference('OPACAcquisitionDetails') AND ( item.isa('Koha::Item') ) AND ( item.orders.filter_by_active.count ) %]
[% SET itemavailable = 0 %]
<span class="item-status onorder">On order</span>
[% END %]