mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix currency ID index error.
This commit is contained in:
@@ -67,6 +67,8 @@ 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']) {
|
||||
|
Reference in New Issue
Block a user