From 61947f72fd622c5fd90c01360ef4dfb1f9de6162 Mon Sep 17 00:00:00 2001 From: erickson Date: Mon, 4 Oct 2010 16:48:01 +0000 Subject: [PATCH] fixed typo in vandelay merge profile permission check git-svn-id: svn://svn.open-ils.org/ILS/trunk@18153 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/js/ui/default/vandelay/vandelay.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/js/ui/default/vandelay/vandelay.js b/Open-ILS/web/js/ui/default/vandelay/vandelay.js index f513b7e693..4a74f2917e 100644 --- a/Open-ILS/web/js/ui/default/vandelay/vandelay.js +++ b/Open-ILS/web/js/ui/default/vandelay/vandelay.js @@ -1339,7 +1339,7 @@ function vlShowProfileEditor() { }; new openils.User().buildPermOrgSelector( - '"ADMIN_MERGE_PROFILE', profileContextOrgSelector, null, connect); + 'ADMIN_MERGE_PROFILE', profileContextOrgSelector, null, connect); } function buildProfileGrid() { -- 2.43.2