LP#1703678 Location / status fix collab/dbwells/lp1703678_show_foreign_copies_2_12
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 05:53:07 +0000 (01:53 -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 1f81cd0..b4b6940 100644 (file)
@@ -68,7 +68,7 @@ END;
     <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