Add the reseller field in the customer form
This commit is contained in:
6
core/lib/Thelia/Form/CustomerUpdateForm.php
Normal file → Executable file
6
core/lib/Thelia/Form/CustomerUpdateForm.php
Normal file → Executable file
@@ -164,6 +164,12 @@ class CustomerUpdateForm extends BaseForm
|
||||
'for' => 'discount'
|
||||
)
|
||||
))
|
||||
->add('reseller', 'integer', array(
|
||||
'label' => Translator::getInstance()->trans('Reseller'),
|
||||
'label_attr' => array(
|
||||
'for' => 'reseller'
|
||||
)
|
||||
))
|
||||
;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user