mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-01 03:29:33 +00:00
Rename "native" to "primary".
This commit is contained in:
@@ -108,7 +108,7 @@ class ReportController extends Controller
|
||||
// loop result, add to array.
|
||||
/** @var array $netWorthItem */
|
||||
foreach ($result as $key => $netWorthItem) {
|
||||
if ('native' === $key) {
|
||||
if ('primary' === $key) {
|
||||
continue;
|
||||
}
|
||||
$currencyId = $netWorthItem['currency_id'];
|
||||
|
||||
Reference in New Issue
Block a user