// bugfix employee form

This commit is contained in:
mMarinetti
2011-11-03 15:35:56 +00:00
parent 9bbdeb8a5d
commit 35ffae60ea
+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');