company field is not required
This commit is contained in:
@@ -62,7 +62,8 @@ class CustomerUpdateForm extends BaseForm
|
|||||||
"label" => Translator::getInstance()->trans("Company"),
|
"label" => Translator::getInstance()->trans("Company"),
|
||||||
"label_attr" => array(
|
"label_attr" => array(
|
||||||
"for" => "company"
|
"for" => "company"
|
||||||
)
|
),
|
||||||
|
"required" => false
|
||||||
))
|
))
|
||||||
->add("firstname", "text", array(
|
->add("firstname", "text", array(
|
||||||
"constraints" => array(
|
"constraints" => array(
|
||||||
|
|||||||
Reference in New Issue
Block a user