mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-21 05:53:08 -06:00
Fix currency ID index error.
This commit is contained in:
parent
dea02e374f
commit
d4542cc3fc
@ -67,8 +67,6 @@ 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']) {
|
||||||
|
Loading…
Reference in New Issue
Block a user