[open-ils-commits] r18154 - branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay (erickson)

svn at svn.open-ils.org svn at svn.open-ils.org
Mon Oct 4 12:49:11 EDT 2010


Author: erickson
Date: 2010-10-04 12:49:07 -0400 (Mon, 04 Oct 2010)
New Revision: 18154

Modified:
   branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js
Log:
fixed typo in vandelay merge profile permission check

Modified: branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js
===================================================================
--- branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js	2010-10-04 16:48:01 UTC (rev 18153)
+++ branches/rel_2_0/Open-ILS/web/js/ui/default/vandelay/vandelay.js	2010-10-04 16:49:07 UTC (rev 18154)
@@ -1339,7 +1339,7 @@
     };
 
     new openils.User().buildPermOrgSelector(
-        '"ADMIN_MERGE_PROFILE', profileContextOrgSelector, null, connect);
+        'ADMIN_MERGE_PROFILE', profileContextOrgSelector, null, connect);
 }
 
 function buildProfileGrid() {



More information about the open-ils-commits mailing list