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=59a05acf165e1acf64ecca5f68bcee39c6441a1e;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 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