From 2b9f08555abd1a0df675a69cef0687ea54c17004 Mon Sep 17 00:00:00 2001 From: Galen Charlton Date: Sun, 8 Sep 2013 01:56:52 +0000 Subject: [PATCH] Bug 10550: (follow-up) correct one additional instances of 'wthdrawn' This was introduced after Kyle's patch passed QA. Signed-off-by: Galen Charlton --- koha-tmpl/opac-tmpl/prog/en/includes/item-status-schema-org.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/item-status-schema-org.inc b/koha-tmpl/opac-tmpl/prog/en/includes/item-status-schema-org.inc index 6f1acc88dd..0c6450364c 100644 --- a/koha-tmpl/opac-tmpl/prog/en/includes/item-status-schema-org.inc +++ b/koha-tmpl/opac-tmpl/prog/en/includes/item-status-schema-org.inc @@ -2,7 +2,7 @@ [% IF ( item.damaged or item.datedue or item.itemlost or item.transfertwhen or item.waiting ) %] -[% ELSIF ( item.wthdrawn ) %] +[% ELSIF ( item.withdrawn ) %] [% ELSIF ( item.itemnotforloan or item.notforloan_per_itemtype ) %] -- 2.39.2