// Fix bug with specific prices creation

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11421 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2011-12-20 15:37:49 +00:00
parent f00ce25f7b
commit 425b83eff8
2 changed files with 3 additions and 3 deletions
@@ -186,7 +186,8 @@ class AdminCategoriesControllerCore extends AdminController
'lang' => true,
'size' => 48,
'required' => true,
'hint' => $this->l('Invalid characters:').' <>;=#{}'
'class' => 'copy2friendlyUrl',
'hint' => $this->l('Invalid characters:').' <>;=#{}',
),
array(
'type' => 'radio',