[-] BO : BugFix : #PSTEST-436 : adding "required" option for zipcode in AdminStores

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12399 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
vChabot
2012-01-13 08:29:29 +00:00
parent 13e49671ff
commit 1d2906b4ea
+2 -1
View File
@@ -164,7 +164,8 @@ class AdminStoresControllerCore extends AdminController
'type' => 'text',
'label' => $this->l('Postcode/ Zip Code:'),
'name' => 'postcode',
'size' => 6
'size' => 6,
'required' => true
),
array(
'type' => 'text',