checkin_workstation is now fleshed
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 17 Sep 2009 15:50:50 +0000 (15:50 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 17 Sep 2009 15:50:50 +0000 (15:50 +0000)
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

index 606be09..2db3bab 100644 (file)
@@ -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());