[-] BO : changed state iso code max length #PSCFV-2220

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15096 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dMetzger
2012-05-09 12:00:50 +00:00
parent 7654470c9c
commit 59eeabee98
5 changed files with 69 additions and 70 deletions
+2 -2
View File
@@ -113,8 +113,8 @@ class AdminStatesControllerCore extends AdminController
'type' => 'text',
'label' => $this->l('ISO code:'),
'name' => 'iso_code',
'size' => 5,
'maxlength' => 4,
'size' => 7,
'maxlength' => 7,
'required' => true,
'class' => 'uppercase',
'desc' => $this->l('1 to 4 letter ISO code')