From: Chris Sharp Date: Tue, 6 Jan 2015 21:33:18 +0000 (-0500) Subject: replacing copy_table.tt2 with the correct version X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=2077ec1060ca13df19bc3d27db63377f2a182adb;p=evergreen%2Fpines.git replacing copy_table.tt2 with the correct version --- diff --git a/Open-ILS/src/templates/kpac/parts/copy_table.tt2 b/Open-ILS/src/templates/kpac/parts/copy_table.tt2 index b0763a7577..d8c83d31d8 100644 --- a/Open-ILS/src/templates/kpac/parts/copy_table.tt2 +++ b/Open-ILS/src/templates/kpac/parts/copy_table.tt2 @@ -15,9 +15,9 @@ END; - - + + [%- @@ -37,24 +37,15 @@ END; -%] - + [%- INCLUDE "opac/parts/library_name_link.tt2"; -%] + + + [%- IF has_parts == 'true' %] [% ELSE %] [%- END %] - [%- END %]
[% l('Location') %][% l('Call Number') %][% l('Library System: Library Name') %] [% l('Shelving Location') %][% l('Call Number') %] [% l('Status') %]
- [% - org_obj = ctx.get_aou(copy_info.circ_lib); - IF org_obj.parent_ou; - parent_org_name = ctx.get_aou(org_obj.parent_ou).name; - org_name = parent_org_name _ ' - ' _ org_obj.name; - ELSE; - org_name = org_obj.name; END; - lib_url = ctx.get_org_setting(copy_info.circ_lib, 'lib.info_url'); - IF lib_url; ''; END; - org_name | html - %][% copy_info.copy_location | html %][% l('[_1] ([_2])', callnum, copy_info.part_label) | html %][% callnum | html %][% copy_info.copy_location | html %] [% copy_info.copy_status | html %]