From 4c949af6e09b6fec72ae22657070e26613e6b94c Mon Sep 17 00:00:00 2001 From: phasefx Date: Thu, 17 Sep 2009 15:50:50 +0000 Subject: [PATCH] checkin_workstation is now fleshed git-svn-id: svn://svn.open-ils.org/ILS/trunk@14039 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 606be097a5..2db3bab900 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,7 +120,7 @@ function load_item() { if (details.circ) { set("checkin_lib", details.circ.checkin_lib()); - set("checkin_workstation", details.circ.checkin_workstation()); + set("checkin_workstation", details.circ.checkin_workstation().name()); set("checkin_staff", details.circ.checkin_staff()); set("checkin_time", details.circ.checkin_time()); set("circ_lib" , details.circ.circ_lib()); -- 2.11.0