From dbce129c4487e350cc070e55c9a8777befb5f19f Mon Sep 17 00:00:00 2001 From: mBertholino Date: Wed, 4 Jan 2012 11:02:38 +0000 Subject: [PATCH] [-] BO : PSTEST-315 : add asterisk git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12113 b9a71923-0436-4b27-9f14-aed3839534dd --- controllers/admin/AdminAddressesController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controllers/admin/AdminAddressesController.php b/controllers/admin/AdminAddressesController.php index 2b1aaa81d..188640017 100644 --- a/controllers/admin/AdminAddressesController.php +++ b/controllers/admin/AdminAddressesController.php @@ -234,7 +234,7 @@ class AdminAddressesControllerCore extends AdminController 'label' => $this->l('Postcode/ Zip Code'), 'name' => 'postcode', 'size' => 33, - 'required' => false, + 'required' => true, ); } else if ($addr_field_item == 'city')