From: Dan Scott Date: Wed, 19 Jul 2017 05:53:07 +0000 (-0400) Subject: LP#1703678 Location / status fix X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=refs%2Fheads%2Fcollab%2Fdbwells%2Flp1703678_show_foreign_copies;p=working%2FEvergreen.git LP#1703678 Location / status fix Left a copy/paste error in the last commit. Clean it up! Signed-off-by: Dan Scott --- 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