LP#1703678 Location / status fix collab/dbwells/lp1703678_show_foreign_copies
authorDan Scott <dscott@laurentian.ca>
Wed, 19 Jul 2017 05:53:07 +0000 (01:53 -0400)
committerDan Scott <dscott@laurentian.ca>
Wed, 19 Jul 2017 06:01:06 +0000 (02:01 -0400)
Left a copy/paste error in the last commit. Clean it up!

Signed-off-by: Dan Scott <dscott@laurentian.ca>
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index d06166a..2b9a2a6 100644 (file)
@@ -72,7 +72,7 @@ IF has_copies or ctx.foreign_copies;
     <td>[% bib.target_copy.call_number.label | html %]</td>
     <td>[% bib.target_copy.barcode | html %]</td>
     <td>[% bib.target_copy.location.name | html %]</td>
-    <td>[% bib.target_copy.location.status.name | html %]</td>
+    <td>[% bib.target_copy.status.name | html %]</td>
     <td>[% copy_info.due_date | html %]</td>
 </tr>
    [%- END; # FOREACH peer