Display Checkin Workstation in alternate item detail view. Right now it's displaying...
authorphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 17 Sep 2009 15:21:26 +0000 (15:21 +0000)
committerphasefx <phasefx@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Thu, 17 Sep 2009 15:21:26 +0000 (15:21 +0000)
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

Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.js
Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul

index 416bf8b..606be09 100644 (file)
@@ -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()); 
index a0cc2e2..e7d05ed 100644 (file)
                                 <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>