mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Fix #3281
This commit is contained in:
parent
341ef0220c
commit
b2f1642cfe
@ -53,7 +53,7 @@ class PiggyBankFormRequest extends Request
|
|||||||
'account_id' => $this->integer('account_id'),
|
'account_id' => $this->integer('account_id'),
|
||||||
'targetamount' => $this->string('targetamount'),
|
'targetamount' => $this->string('targetamount'),
|
||||||
'targetdate' => $this->date('targetdate'),
|
'targetdate' => $this->date('targetdate'),
|
||||||
'notes' => $this->string('notes'),
|
'notes' => $this->nlString('notes'),
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user