From: phasefx Date: Thu, 17 Sep 2009 15:21:26 +0000 (+0000) Subject: Display Checkin Workstation in alternate item detail view. Right now it's displaying... X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=62d6ef8832115d6444dee540d6fd072d8a95a281;p=evergreen%2Fmasslnc.git 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 --- 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 @@