From: Terran McCanna Date: Thu, 11 Dec 2014 20:13:36 +0000 (-0500) Subject: Corrected problems with holdings list on item record pages. X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=79d0a1fe33dda6faba2561f4bf772beeccba7fb1;p=evergreen%2Fpines.git Corrected problems with holdings list on item record pages. Signed-off-by: Terran McCanna --- diff --git a/Open-ILS/examples/kpac.xml b/Open-ILS/examples/kpac.xml index 7c2825f974..34dff7ca02 100644 --- a/Open-ILS/examples/kpac.xml +++ b/Open-ILS/examples/kpac.xml @@ -31,14 +31,13 @@ keyword:easter (keyword:independence day || keyword:fourth of july) (keyword:back to school || keyword:goes to school) - keyword:halloween - --> keyword:thanksgiving - + keyword:christmas keyword:hannukah keyword:kwanzaa - --> + keyword:dinosaur keyword:princess 10 diff --git a/Open-ILS/src/templates/kpac/parts/copy_table.tt2 b/Open-ILS/src/templates/kpac/parts/copy_table.tt2 index 304b0d9746..c3ff07c11d 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; - - + + [%- @@ -39,25 +39,13 @@ END; -# Check this with Terran -# [% -# 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 -# %] - + + [%- 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') %]
[%- INCLUDE "opac/parts/library_name_link.tt2"; -%] [% 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 %]