added invoice text field to project and activity (#3335)
This commit is contained in:
@@ -60,6 +60,10 @@ class ActivityEditForm extends AbstractType
|
||||
'label' => 'label.description',
|
||||
'required' => false,
|
||||
])
|
||||
->add('invoiceText', TextareaType::class, [
|
||||
'label' => 'label.invoiceText',
|
||||
'required' => false,
|
||||
])
|
||||
;
|
||||
|
||||
if ($new || !$isGlobal) {
|
||||
|
||||
Reference in New Issue
Block a user