PINES - fix duplicated copy notes and tags in OPAC holdings view
authorTerran McCanna <tmccanna@georgialibraries.org>
Tue, 10 Jan 2023 20:43:57 +0000 (15:43 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Wed, 11 Jan 2023 14:54:51 +0000 (09:54 -0500)
Signed-off-by: Terran McCanna <tmccanna@georgialibraries.org>
Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2

index 39eb4e6..3d96c8b 100755 (executable)
@@ -347,30 +347,6 @@ END; # FOREACH bib
                                END; %]
                        </td>
         </tr>
-        [% IF copy_info.notes; %]
-            [% FOREACH note IN copy_info.notes; %]
-                <tr><td>&nbsp;</td><td class="copy_note" colspan="4" property="description"><strong>[% note.title | html %]:</strong> [% note.value | html %]</td></tr>
-            [% END %]
-        [% END %]
-               [% IF copy_info.tags; %]
-            [% FOREACH tag IN copy_info.tags; %]
-                <tr class="copy_tag_row">
-                    <td>&nbsp;</td>
-                    <td class="copy_tag" colspan="4">
-                    <span class="copy_tag_type_label">[% tag.tag_type.label _ ": " | html %]</span>
-                        <span class="copy_tag_value">
-                        [% IF tag.url %]
-                            <a href="[% tag.url | html %]">
-                        [% END %]
-                                [% tag.value | html %]
-                        [% IF tag.url %]
-                            </a>
-                        [% END %]
-                        </span>
-                    </td>
-                </tr>
-                       [% END %]
-               [% END %]
 
 [%- IF copy_info.peer_bib_marc.size > 0;
 '<tr><td><ul>';