mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Remove debug info.
This commit is contained in:
parent
1fd783de69
commit
2ee0490141
@ -78,7 +78,7 @@ class TransactionJournalFactory
|
|||||||
|
|
||||||
$journal = $repository->storeBasic($values);
|
$journal = $repository->storeBasic($values);
|
||||||
|
|
||||||
// todo link other stuff to journal (meta-data etc).
|
// todo link other stuff to journal (meta-data etc). tags
|
||||||
|
|
||||||
// start creating transactions:
|
// start creating transactions:
|
||||||
/** @var array $trData */
|
/** @var array $trData */
|
||||||
@ -87,14 +87,9 @@ class TransactionJournalFactory
|
|||||||
$factory->setUser($this->user);
|
$factory->setUser($this->user);
|
||||||
|
|
||||||
$trData['reconciled'] = $data['reconciled'] ?? false;
|
$trData['reconciled'] = $data['reconciled'] ?? false;
|
||||||
$transactions = $factory->createPair($journal, $trData);
|
$factory->createPair($journal, $trData);
|
||||||
}
|
}
|
||||||
|
$repository->markCompleted($journal);
|
||||||
echo 'id is ', $journal->id;
|
|
||||||
exit;
|
|
||||||
|
|
||||||
|
|
||||||
//$currency = $this->findCurrency($data['currency_id'], $data['currency_code']);
|
|
||||||
|
|
||||||
return $journal;
|
return $journal;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user