mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Large commit to get rid of a lot of static methods.
This commit is contained in:
@@ -187,7 +187,7 @@ class Amount
|
||||
{
|
||||
$currency = $journal->transactionCurrency;
|
||||
|
||||
return $this->formatAnything($currency, TransactionJournal::amount($journal), $coloured);
|
||||
return $this->formatAnything($currency, $journal->amount(), $coloured);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user