// bugfix employee form
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9849 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -251,7 +251,7 @@
|
||||
function ifSuperAdmin(el)
|
||||
{
|
||||
var val = $(el).val();
|
||||
if(val == {$_PS_ADMIN_PROFILE_})
|
||||
if(val == {$smarty.const._PS_ADMIN_PROFILE_})
|
||||
{
|
||||
$('.assoShop input[type=checkbox]').attr('disabled', 'disabled');
|
||||
$('.assoShop input[type=checkbox]').attr('checked', 'checked');
|
||||
|
||||
Reference in New Issue
Block a user