mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-13 16:00:13 +00:00
Fix currency ID index error.
This commit is contained in:
@@ -67,6 +67,8 @@ class SplitJournalFormRequest extends Request
|
|||||||
$sourceName = null;
|
$sourceName = null;
|
||||||
$destinationId = null;
|
$destinationId = null;
|
||||||
$destinationName = null;
|
$destinationName = null;
|
||||||
|
var_dump($this->all());exit;
|
||||||
|
|
||||||
|
|
||||||
foreach ($this->get('transactions') as $index => $transaction) {
|
foreach ($this->get('transactions') as $index => $transaction) {
|
||||||
switch ($data['type']) {
|
switch ($data['type']) {
|
||||||
|
Reference in New Issue
Block a user