[open-ils-commits] r13183 - trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS (erickson)
svn at svn.open-ils.org
svn at svn.open-ils.org
Fri May 15 16:11:38 EDT 2009
Author: erickson
Date: 2009-05-15 16:11:34 -0400 (Fri, 15 May 2009)
New Revision: 13183
Modified:
trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
Log:
use the new ranged org settings retrieval, part 2
Modified: trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js 2009-05-15 20:03:39 UTC (rev 13182)
+++ trunk/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js 2009-05-15 20:11:34 UTC (rev 13183)
@@ -643,7 +643,7 @@
this.chain.push(
function() {
try {
- var robj = obj.network.simple_request('FM_AOUS_RETRIEVE',[ obj.list.au[0].ws_ou() ]);
+ var robj = obj.network.simple_request('FM_AOUS_RETRIEVE',[ obj.session.key, obj.list.au[0].ws_ou() ]);
if (typeof robj.ilsevent != 'undefined') throw(robj);
obj.hash.aous = robj;
obj.data_progress('Retrieved org unit settings. ');
More information about the open-ils-commits
mailing list