From fecd882f6df72799dd10e1dfda8e412516720490 Mon Sep 17 00:00:00 2001 From: Melissa Lefebvre Date: Tue, 27 Nov 2012 13:35:42 -0500 Subject: [PATCH] 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 --- Open-ILS/src/templates/kpac/parts/copy_table.tt2 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 %] -- 2.11.0