Skip to content

Commit

Permalink
Update TransactionType.php
Browse files Browse the repository at this point in the history
  • Loading branch information
liverbool committed Nov 28, 2018
1 parent bdb4ccb commit e7388fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Form/Type/TransactionType.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function buildForm(FormBuilderInterface $builder, array $options)
])
->add('amount', MoneyType::class, [
'required' => true,
'currency' => false,
'label' => 'phpmob.form.transaction.amount',
])
->add('note', TextareaType::class, [
Expand Down

0 comments on commit e7388fa

Please sign in to comment.