From: erickson Date: Mon, 4 Oct 2010 16:48:01 +0000 (+0000) Subject: fixed typo in vandelay merge profile permission check X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=61947f72fd622c5fd90c01360ef4dfb1f9de6162;p=evergreen%2Fmasslnc.git fixed typo in vandelay merge profile permission check git-svn-id: svn://svn.open-ils.org/ILS/trunk@18153 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- 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() {