[open-ils-commits] r20040 - trunk/Open-ILS/xul/staff_client/server/circ (phasefx)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Apr 11 12:55:59 EDT 2011


Author: phasefx
Date: 2011-04-11 12:55:56 -0400 (Mon, 11 Apr 2011)
New Revision: 20040

Modified:
   trunk/Open-ILS/xul/staff_client/server/circ/util.js
Log:
Let's not be picky about permissions here; an item needs to go where it needs to go :)


Modified: trunk/Open-ILS/xul/staff_client/server/circ/util.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/circ/util.js	2011-04-11 16:31:38 UTC (rev 20039)
+++ trunk/Open-ILS/xul/staff_client/server/circ/util.js	2011-04-11 16:55:56 UTC (rev 20040)
@@ -2978,7 +2978,7 @@
             print_data.route_to_org = lib;
             print_data.route_to_msg = document.getElementById('circStrings').getFormattedString('staff.circ.utils.route_to.destination', [check.route_to]);
             print_data.route_to_org_fullname = lib.name();
-            var aous_req = network.simple_request('FM_AOUS_SPECIFIC_RETRIEVE',[ lib.id(), 'lib.courier_code', ses() ]);
+            var aous_req = network.simple_request('FM_AOUS_SPECIFIC_RETRIEVE',[ lib.id(), 'lib.courier_code' ]);
             if (aous_req) {
                 print_data.courier_code = aous_req.value || '';
             }



More information about the open-ils-commits mailing list