mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-12-12 01:42:32 +00:00
Rename many references from native to primary.
This commit is contained in:
@@ -738,7 +738,7 @@ class ExportDataGenerator
|
||||
|
||||
$metaFields = config('firefly.journal_meta_fields');
|
||||
$header = array_merge($header, $metaFields);
|
||||
$default = Amount::getNativeCurrency();
|
||||
$default = Amount::getPrimaryCurrency();
|
||||
|
||||
$collector = app(GroupCollectorInterface::class);
|
||||
$collector->setUser($this->user);
|
||||
|
||||
Reference in New Issue
Block a user