From: erickson Date: Mon, 4 Oct 2010 16:49:07 +0000 (+0000) Subject: fixed typo in vandelay merge profile permission check X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=ec18377319ff9a48373711157ed47c0160e7e77d;p=contrib%2FConifer.git fixed typo in vandelay merge profile permission check git-svn-id: svn://svn.open-ils.org/ILS/branches/rel_2_0@18154 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() {