From 151b4bf8cefcc36b54fb26a5aceee3f7824d87d8 Mon Sep 17 00:00:00 2001 From: Dan Scott Date: Wed, 19 Jul 2017 01:53:07 -0400 Subject: [PATCH] LP#1703678 Location / status fix Left a copy/paste error in the last commit. Clean it up! Signed-off-by: Dan Scott --- Open-ILS/src/templates/opac/parts/record/copy_table.tt2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 index d06166a5b8..2b9a2a68ed 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -72,7 +72,7 @@ IF has_copies or ctx.foreign_copies; [% bib.target_copy.call_number.label | html %] [% bib.target_copy.barcode | html %] [% bib.target_copy.location.name | html %] - [% bib.target_copy.location.status.name | html %] + [% bib.target_copy.status.name | html %] [% copy_info.due_date | html %] [%- END; # FOREACH peer -- 2.11.0