From 59a05acf165e1acf64ecca5f68bcee39c6441a1e 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 1f81cd00fb..b4b6940d5f 100644 --- a/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates/opac/parts/record/copy_table.tt2 @@ -68,7 +68,7 @@ END; [% 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