Test a fix for #1620

This commit is contained in:
James Cole
2018-08-19 19:31:21 +02:00
parent 0c3a580b33
commit 4876053018

View File

@@ -51,6 +51,7 @@ class BillFormRequest extends Request
'name' => $this->string('name'),
'amount_min' => $this->string('amount_min'),
'currency_id' => $this->integer('transaction_currency_id'),
'currency_code' => '',
'amount_max' => $this->string('amount_max'),
'date' => $this->date('date'),
'repeat_freq' => $this->string('repeat_freq'),