Final tweaks in account balance logic.

This commit is contained in:
James Cole
2025-02-05 06:29:07 +01:00
parent 6499b5eaab
commit f85878b843
3 changed files with 46 additions and 80 deletions

View File

@@ -55,7 +55,7 @@ trait ChartGeneration
$cache->addProperty($accounts);
$cache->addProperty($convertToNative);
if ($cache->has()) {
return $cache->get();
return $cache->get();
}
app('log')->debug('Regenerate chart.account.account-balance-chart from scratch.');
$locale = app('steam')->getLocale();