Form and theme improvements (#513)
This commit is contained in:
@@ -36,7 +36,8 @@ class InvoiceToolbarForm extends AbstractToolbarForm
|
||||
protected function addTemplateChoice(FormBuilderInterface $builder)
|
||||
{
|
||||
$builder->add('template', InvoiceTemplateType::class, [
|
||||
'required' => true
|
||||
'required' => false,
|
||||
'placeholder' => null,
|
||||
]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user