From: Terran McCanna Date: Tue, 10 Jan 2023 20:43:57 +0000 (-0500) Subject: PINES - fix duplicated copy notes and tags in OPAC holdings view X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=e1325d390b402a64a5adc3870dc245395a07e6ae;p=evergreen%2Fpines.git PINES - fix duplicated copy notes and tags in OPAC holdings view Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2 b/Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2 index 39eb4e6fa0..3d96c8bf5f 100755 --- a/Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2 +++ b/Open-ILS/src/templates-bootstrap/opac/parts/record/copy_table.tt2 @@ -347,30 +347,6 @@ END; # FOREACH bib END; %] - [% IF copy_info.notes; %] - [% FOREACH note IN copy_info.notes; %] -  [% note.title | html %]: [% note.value | html %] - [% END %] - [% END %] - [% IF copy_info.tags; %] - [% FOREACH tag IN copy_info.tags; %] - -   - - [% tag.tag_type.label _ ": " | html %] - - [% IF tag.url %] - - [% END %] - [% tag.value | html %] - [% IF tag.url %] - - [% END %] - - - - [% END %] - [% END %] [%- IF copy_info.peer_bib_marc.size > 0; '