// Fix bug with specific prices creation

This commit is contained in:
tDidierjean
2011-12-19 13:53:56 +00:00
parent 55f1205497
commit 608c083d41
7 changed files with 10 additions and 6 deletions
@@ -104,7 +104,7 @@ class AdminSuppliersControllerCore extends AdminController
),
array(
'type' => 'text',
'label' => $this->l('Adress:'),
'label' => $this->l('Address:'),
'name' => 'address',
'size' => 100,
'maxlength' => 128,
@@ -112,7 +112,7 @@ class AdminSuppliersControllerCore extends AdminController
),
array(
'type' => 'text',
'label' => $this->l('Adress:').' (2)',
'label' => $this->l('Address:').' (2)',
'name' => 'address2',
'size' => 100,
'maxlength' => 128,