From: erickson Date: Fri, 15 May 2009 20:11:34 +0000 (+0000) Subject: use the new ranged org settings retrieval, part 2 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=3e42ae41543fb8c6df12ee190cfac641af76a419;p=Evergreen.git use the new ranged org settings retrieval, part 2 git-svn-id: svn://svn.open-ils.org/ILS/trunk@13183 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js index 2445af3da7..d8fae73d8f 100644 --- a/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js +++ b/Open-ILS/xul/staff_client/chrome/content/OpenILS/data.js @@ -643,7 +643,7 @@ OpenILS.data.prototype = { 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. ');