Additional fix for #2629 with accounts

Account's notes field now correctly preserve newlines.
This commit is contained in:
Geoffrey “Frogeye” Preud'homme 2019-09-22 16:49:54 +02:00
parent 5214f87003
commit 871185634b
No known key found for this signature in database
GPG Key ID: D8A7ECA00A8CD3DD

View File

@ -63,7 +63,7 @@ class AccountFormRequest extends Request
'opening_balance_date' => $this->date('opening_balance_date'),
'cc_type' => $this->string('cc_type'),
'cc_monthly_payment_date' => $this->string('cc_monthly_payment_date'),
'notes' => $this->string('notes'),
'notes' => $this->nlString('notes'),
'interest' => $this->string('interest'),
'interest_period' => $this->string('interest_period'),
'include_net_worth' => '1',