mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
More debug [skip ci]
This commit is contained in:
@@ -442,6 +442,7 @@ class AccountController extends Controller
|
||||
$chartData = [];
|
||||
foreach ($accounts as $account) {
|
||||
Log::debug(sprintf('Now at account #%d', $account->id));
|
||||
Log::debug(sprintf('Currency preference is: %d', (int)$account->getMeta('currency_id')));
|
||||
$currency = $repository->findNull((int)$account->getMeta('currency_id'));
|
||||
Log::debug(sprintf('Currency is null? %s', var_export($currency === null, true)));
|
||||
$currentSet = [
|
||||
|
Reference in New Issue
Block a user