Merge pull request #2639 from GeoffreyFrogeye/accountnl

Additional fix for #2629 with accounts
This commit is contained in:
James Cole
2019-09-22 22:01:28 +02:00
committed by GitHub

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',