mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-20 16:40:10 +00:00
Rename "native" to "primary".
This commit is contained in:
@@ -188,8 +188,8 @@ class ShowController extends Controller
|
||||
'currency' => $budgetLimit->transactionCurrency->name,
|
||||
]
|
||||
);
|
||||
if ($this->convertToNative) {
|
||||
$currencySymbol = $this->defaultCurrency->symbol;
|
||||
if ($this->convertToPrimary) {
|
||||
$currencySymbol = $this->primaryCurrency->symbol;
|
||||
}
|
||||
|
||||
// collector:
|
||||
|
||||
Reference in New Issue
Block a user