mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-30 10:33:30 +00:00
Fix #2657
This commit is contained in:
@@ -227,7 +227,7 @@ class TransactionGroupTransformer extends AbstractTransformer
|
|||||||
'category_name' => $category ? $category->name : null,
|
'category_name' => $category ? $category->name : null,
|
||||||
|
|
||||||
'bill_id' => $journal->bill_id ?: null,
|
'bill_id' => $journal->bill_id ?: null,
|
||||||
'bill_name' => $journal->bill_id ? $journal->bill->name : null,
|
'bill_name' => $journal->bill ? $journal->bill->name : null,
|
||||||
|
|
||||||
'reconciled' => $source->reconciled,
|
'reconciled' => $source->reconciled,
|
||||||
'notes' => $this->groupRepos->getNoteText($journal->id),
|
'notes' => $this->groupRepos->getNoteText($journal->id),
|
||||||
|
Reference in New Issue
Block a user