From 62d6ef8832115d6444dee540d6fd072d8a95a281 Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 17 Sep 2009 15:21:26 +0000 Subject: [PATCH] Display Checkin Workstation in alternate item detail view. Right now it's displaying the workstation id. Could we get open-ils.circ.copy_details.retrieve.barcode to flesh .checkin_workstation? git-svn-id: svn://svn.open-ils.org/ILS/trunk@14036 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js | 1 + Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul | 8 ++++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js index 416bf8b639..606be097a5 100644 --- a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js +++ b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js @@ -120,6 +120,7 @@ function load_item() { if (details.circ) { set("checkin_lib", details.circ.checkin_lib()); + set("checkin_workstation", details.circ.checkin_workstation()); set("checkin_staff", details.circ.checkin_staff()); set("checkin_time", details.circ.checkin_time()); set("circ_lib" , details.circ.circ_lib()); diff --git a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul index a0cc2e24c6..e7d05ed7ac 100644 --- a/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul +++ b/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul @@ -152,18 +152,18 @@