// 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:
mMarinetti
2011-11-03 15:35:56 +00:00
parent fa4ebdc23c
commit f537049a56
+1 -1
View File
@@ -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');