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

This commit is contained in:
vChabot
2012-01-13 08:29:29 +00:00
parent 789b9f8b29
commit ca3cd60cce
+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',