Bug 10626: (follow-up) remove final invocation of KohaAuthorisedValues
authorKatrin Fischer <Katrin.Fischer.83@web.de>
Sat, 7 Sep 2013 17:43:57 +0000 (19:43 +0200)
committerGalen Charlton <gmc@esilibrary.com>
Fri, 20 Dec 2013 04:18:18 +0000 (04:18 +0000)
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>
koha-tmpl/opac-tmpl/prog/en/includes/item-status-schema-org.inc

index 0c64503..cd01e72 100644 (file)
@@ -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 ) %]