mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-20 11:19:16 +00:00
Some TODO's for the future.
This commit is contained in:
@@ -109,6 +109,7 @@ class JavascriptController extends Controller
|
||||
$account = $repository->findNull((int)$request->get('account'));
|
||||
$currencyId = 0;
|
||||
if (null !== $account) {
|
||||
// TODO we can use getAccountCurrency() instead
|
||||
$currencyId = (int)$repository->getMetaValue($account, 'currency_id');
|
||||
}
|
||||
/** @var TransactionCurrency $currency */
|
||||
|
Reference in New Issue
Block a user