From f537049a5655fbbf24efab0c7514772001e570a1 Mon Sep 17 00:00:00 2001 From: mMarinetti Date: Thu, 3 Nov 2011 15:35:56 +0000 Subject: [PATCH] // bugfix employee form git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@9849 b9a71923-0436-4b27-9f14-aed3839534dd --- admin-dev/themes/template/employees/form.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/template/employees/form.tpl b/admin-dev/themes/template/employees/form.tpl index 3dbe2f9ed..2c1993e90 100644 --- a/admin-dev/themes/template/employees/form.tpl +++ b/admin-dev/themes/template/employees/form.tpl @@ -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');