// Product Warehouse location : Manage multiple warehouses and location associated for a product / product attribute
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user