mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Remove primary currency from views, add some debug for #10854
This commit is contained in:
@@ -176,7 +176,7 @@ class Amount
|
||||
|
||||
public function getSystemCurrency(): TransactionCurrency
|
||||
{
|
||||
return TransactionCurrency::where('code', 'EUR')->first();
|
||||
return TransactionCurrency::whereNull('deleted_at')->where('code', 'EUR')->first();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user