[open-ils-commits] r7468 -
trunk/Open-ILS/xul/staff_client/server/patron
svn at svn.open-ils.org
svn at svn.open-ils.org
Sun Jun 24 21:19:44 EDT 2007
Author: miker
Date: 2007-06-24 21:17:21 -0400 (Sun, 24 Jun 2007)
New Revision: 7468
Modified:
trunk/Open-ILS/xul/staff_client/server/patron/user_edit.js
Log:
typo ... arg
Modified: trunk/Open-ILS/xul/staff_client/server/patron/user_edit.js
===================================================================
--- trunk/Open-ILS/xul/staff_client/server/patron/user_edit.js 2007-06-25 01:12:29 UTC (rev 7467)
+++ trunk/Open-ILS/xul/staff_client/server/patron/user_edit.js 2007-06-25 01:17:21 UTC (rev 7468)
@@ -203,7 +203,7 @@
var staff_perms = req.getResultObject();
// Get the top of the staff perm org for ASSIGN_WORK_ORG_UNIT
- req = new RemoteRequest( 'open-ils.actor', 'open-ils.actor.user.perm.highest_org', ses_id, staff.id(), ASSIGN_WORK_ORG_UNIT );
+ req = new RemoteRequest( 'open-ils.actor', 'open-ils.actor.user.perm.highest_org', ses_id, staff.id(), 'ASSIGN_WORK_ORG_UNIT' );
req.send(true);
var top_work_ou = req.getResultObject();
More information about the open-ils-commits
mailing list