From e88e867d6ca0574c2a2db50cd7e0cff12a8fe18e Mon Sep 17 00:00:00 2001 From: miker Date: Fri, 3 Feb 2006 21:31:08 +0000 Subject: [PATCH] should be getting the /staffs/ home_ou, not the users git-svn-id: svn://svn.open-ils.org/ILS/trunk@2970 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/user_edit.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/user_edit.js b/Open-ILS/xul/staff_client/server/patron/user_edit.js index 5bbb477bcc..03898f242d 100644 --- a/Open-ILS/xul/staff_client/server/patron/user_edit.js +++ b/Open-ILS/xul/staff_client/server/patron/user_edit.js @@ -476,7 +476,7 @@ function init_editor (u) { display_perm(f,perm_list[i],staff_perms); - req = new RemoteRequest( 'open-ils.circ', 'open-ils.circ.stat_cat.actor.retrieve.all', ses_id, user.home_ou() ); + req = new RemoteRequest( 'open-ils.circ', 'open-ils.circ.stat_cat.actor.retrieve.all', ses_id ); req.send(true); var sc_list = req.getResultObject(); -- 2.43.2