Removing Status and Due Date from copy table.
authorChris Sharp <csharp@georgialibraries.org>
Thu, 28 Jul 2016 14:37:45 +0000 (10:37 -0400)
committerChris Sharp <csharp@georgialibraries.org>
Mon, 12 Mar 2018 17:57:55 +0000 (13:57 -0400)
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index 1e0456c..639ad49 100644 (file)
@@ -72,9 +72,9 @@ IF has_copies or ctx.foreign_copies;
     </td>
     <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.status.name | html %]</td>
-    <td>[% date.format(ctx.parse_datetime(copy_info.due_date, copy_info.circ_circ_lib),DATE_FORMAT) %]</td>
+    <td>[% copy_info.copy_location | html %]</td>
+<!--<td>[% copy_info.copy_status | html %]</td>
+    <td>[% copy_info.due_date | html %]</td> -->
 </tr>
    [%- END; # FOREACH peer
 END; # FOREACH bib