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.wthdrawn ) %] |
3 |
[% ELSIF ( item.wthdrawn ) %] |
6 |
- |
|
|