mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-16 09:51:16 +00:00
Fix #9745
This commit is contained in:
@@ -100,7 +100,7 @@ class GroupCollector implements GroupCollectorInterface
|
||||
'category_id',
|
||||
'budget_id',
|
||||
];
|
||||
$this->stringFields = ['amount', 'foreign_amount'];
|
||||
$this->stringFields = ['amount', 'foreign_amount','native_amount','native_foreign_amount'];
|
||||
$this->total = 0;
|
||||
$this->fields = [
|
||||
// group
|
||||
|
Reference in New Issue
Block a user