// Product Warehouse location : Manage multiple warehouses and location associated for a product / product attribute

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10375 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
dSevere
2011-11-21 18:43:04 +00:00
parent de6d9c7bbe
commit a9b5f70767
10 changed files with 263 additions and 70 deletions
@@ -204,8 +204,8 @@ class AdminWarehousesControllerCore extends AdminController
'type' => 'text',
'label' => $this->l('City:'),
'name' => 'city',
'size' => 10,
'maxlength' => 12,
'size' => 20,
'maxlength' => 32,
'required' => true,
),
array(