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

(-)a/koha-tmpl/opac-tmpl/prog/en/includes/item-status-schema-org.inc (-3 lines)
Lines 1-5 Link Here
1
[% USE KohaAuthorisedValues %]
2
3
[% IF ( item.damaged or item.datedue or item.itemlost or item.transfertwhen or item.waiting ) %]
1
[% IF ( item.damaged or item.datedue or item.itemlost or item.transfertwhen or item.waiting ) %]
4
    <link property="availability" href="http://schema.org/OutOfStock" />
2
    <link property="availability" href="http://schema.org/OutOfStock" />
5
[% ELSIF ( item.withdrawn ) %]
3
[% ELSIF ( item.withdrawn ) %]
6
- 

Return to bug 10626