Fix monthly report.

This commit is contained in:
James Cole
2026-06-27 17:12:20 +02:00
parent 5bc1f9b1a6
commit 42b8b49ed7
6 changed files with 71 additions and 108 deletions
@@ -140,7 +140,7 @@ final class BalanceController extends Controller
} catch (Throwable $e) {
Log::error(sprintf('Could not render reports.partials.balance: %s', $e->getMessage()));
Log::error($e->getTraceAsString());
$result = 'Could not render view.';
$result = sprintf('Could not render view: %s', $e->getMessage());
throw new FireflyException($result, 0, $e);
}