Bug 10626: (follow-up) remove final invocation of KohaAuthorisedValues
Removes USE KohaAuthorisedValues plugin from item-status-schema-org.inc as it does not seem to be used in the file. Couldn't detect regressions removing it on OPAC detail page. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Galen Charlton <gmc@esilibrary.com>
This commit is contained in:
parent
0958ec11ce
commit
0c19c58218
1 changed files with 0 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
[% USE KohaAuthorisedValues %]
|
||||
|
||||
[% IF ( item.damaged or item.datedue or item.itemlost or item.transfertwhen or item.waiting ) %]
|
||||
<link property="availability" href="http://schema.org/OutOfStock" />
|
||||
[% ELSIF ( item.withdrawn ) %]
|
||||
|
|
Loading…
Reference in a new issue