[open-ils-commits] r14039 - trunk/Open-ILS/xul/staff_client/server/circ (phasefx)
svn at svn.open-ils.org
svn at svn.open-ils.org
Thu Sep 17 11:50:53 EDT 2009
Author: phasefx
Date: 2009-09-17 11:50:50 -0400 (Thu, 17 Sep 2009)
New Revision: 14039
Modified:
trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js
Log:
checkin_workstation is now fleshed
Modified: trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js 2009-09-17 15:34:59 UTC (rev 14038)
+++ trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js 2009-09-17 15:50:50 UTC (rev 14039)
@@ -120,7 +120,7 @@
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());
More information about the open-ils-commits
mailing list