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>
Thu, 28 Jul 2016 14:37:45 +0000 (10:37 -0400)
Open-ILS/src/templates/opac/parts/record/copy_table.tt2

index c87c27e..96e77ae 100644 (file)
@@ -68,8 +68,8 @@ END;
     <td>[% bib.target_copy.call_number.label | html %]</td>
     <td>[% bib.target_copy.barcode | html %]</td>
     <td>[% copy_info.copy_location | html %]</td>
-    <td>[% copy_info.copy_status | html %]</td>
-    <td>[% copy_info.due_date | html %]</td>
+<!--<td>[% copy_info.copy_status | html %]</td>
+    <td>[% copy_info.due_date | html %]</td> -->
 </tr>
    [%- END; # FOREACH peer
 END; # FOREACH bib