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