mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-04 12:40:43 -06:00
Name fix [skip ci]
This commit is contained in:
parent
9e54eecfaa
commit
8a2ac457c2
@ -113,7 +113,7 @@ class ReportQuery implements ReportQueryInterface
|
||||
$query->orderBy('transaction_journals.date');
|
||||
|
||||
// get everything
|
||||
$data = $query->get(['transaction_journals.*', 'transaction_types.type', 'ac_from.name as name', 'ac_from.encrypted as account_encrypted']);
|
||||
$data = $query->get(['transaction_journals.*', 'transaction_types.type', 'ac_to.name as name', 'ac_to.encrypted as account_encrypted']);
|
||||
|
||||
$data->each(
|
||||
function (TransactionJournal $journal) {
|
||||
|
Loading…
Reference in New Issue
Block a user