Bug 10550: (follow-up) correct one additional instances of 'wthdrawn'
authorGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 01:56:52 +0000 (01:56 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Sun, 8 Sep 2013 01:59:00 +0000 (01:59 +0000)
This was introduced after Kyle's patch passed QA.

Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/opac-tmpl/prog/en/includes/item-status-schema-org.inc

index 6f1acc8..0c64503 100644 (file)
@@ -2,7 +2,7 @@
 
 [% 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.wthdrawn ) %]
+[% ELSIF ( item.withdrawn ) %]
     <link property="availability" href="http://schema.org/Discontinued" />
 [% ELSIF ( item.itemnotforloan or item.notforloan_per_itemtype ) %]
     <link property="availability" href="http://schema.org/InStoreOnly" />