Fix currency ID index error.

This commit is contained in:
James Cole
2018-12-23 07:34:23 +01:00
parent dea02e374f
commit d4542cc3fc

View File

@@ -67,8 +67,6 @@ class SplitJournalFormRequest extends Request
$sourceName = null;
$destinationId = null;
$destinationName = null;
var_dump($this->all());exit;
foreach ($this->get('transactions') as $index => $transaction) {
switch ($data['type']) {