Additional fix for #2629 with API

API object's notes fields now correctly preserve newlines.
This commit is contained in:
Geoffrey “Frogeye” Preud'homme
2019-09-22 17:36:18 +02:00
parent 5214f87003
commit f8cb5ca21c
10 changed files with 24 additions and 9 deletions

View File

@@ -65,7 +65,7 @@ class Request extends FireflyIIIRequest
'opening_balance_date' => $this->date('opening_balance_date'),
'cc_type' => $this->string('credit_card_type'),
'cc_Monthly_payment_date' => $this->string('monthly_payment_date'),
'notes' => $this->string('notes'),
'notes' => $this->nlString('notes'),
'interest' => $this->string('interest'),
'interest_period' => $this->string('interest_period'),
];