[open-ils-commits] r14036 - 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:21:29 EDT 2009
Author: phasefx
Date: 2009-09-17 11:21:26 -0400 (Thu, 17 Sep 2009)
New Revision: 14036
Modified:
trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js
trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
Log:
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?
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:20:07 UTC (rev 14035)
+++ trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js 2009-09-17 15:21:26 UTC (rev 14036)
@@ -120,6 +120,7 @@
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());
Modified: trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul 2009-09-17 15:20:07 UTC (rev 14035)
+++ trunk/Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul 2009-09-17 15:21:26 UTC (rev 14036)
@@ -152,18 +152,18 @@
<textbox name="circ_mod" readonly="true" context="clipboard"/>
<label value="Rolling Counter" />
<textbox name="rolling_counter" readonly="true" context="clipboard"/>
- <label value="Remaining Renewals" />
- <textbox name="remaining_renewals" readonly="true" context="clipboard"/>
+ <label value="Checkin Workstation" />
+ <textbox name="checkin_workstation" readonly="true" context="clipboard"/>
</row>
<row>
<spacer />
<spacer />
<spacer />
<spacer />
- <spacer />
- <spacer />
<label value="Hold Shelf Location" />
<textbox name="hold_shelf_loc" readonly="true" context="clipboard"/>
+ <label value="Remaining Renewals" />
+ <textbox name="remaining_renewals" readonly="true" context="clipboard"/>
</row>
</rows>
</grid>
More information about the open-ils-commits
mailing list