From: Melissa Lefebvre Date: Tue, 27 Nov 2012 18:35:42 +0000 (-0500) Subject: KPAC - add shelving location to copy table display X-Git-Tag: sprint4-merge-nov22~3653 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=fecd882f6df72799dd10e1dfda8e412516720490;p=working%2FEvergreen.git KPAC - add shelving location to copy table display Addition of shelving location information to the display along with the removal of broken "view library info" javascript link. Signed-off-by: Melissa Lefebvre Signed-off-by: Michael Peters Signed-off-by: Ben Shum --- diff --git a/Open-ILS/src/templates/kpac/parts/copy_table.tt2 b/Open-ILS/src/templates/kpac/parts/copy_table.tt2 index 0527f9f3ba..7939987e9b 100644 --- a/Open-ILS/src/templates/kpac/parts/copy_table.tt2 +++ b/Open-ILS/src/templates/kpac/parts/copy_table.tt2 @@ -16,9 +16,9 @@ END; [% l('Location') %] -   - [% l('Status') %] [% l('Call Number') %] + [% l('Shelving Location') %] + [% l('Status') %] [%- FOR copy_info IN ctx.copies; @@ -37,13 +37,13 @@ END; -%] [% ctx.get_aou(copy_info.circ_lib).name | html %] - View Library Info - [% copy_info.copy_status | html %] [%- IF has_parts == 'true' %] [% l('[_1] ([_2])', callnum, copy_info.part_label) | html %] [% ELSE %] [% callnum | html %] [%- END %] + [% copy_info.copy_location | html %] + [% copy_info.copy_status | html %] [%- END %]