Fix form inconsistencies.

This commit is contained in:
James Cole
2019-08-16 19:08:20 +02:00
parent 02db333d46
commit a32df0066e
9 changed files with 9 additions and 594 deletions

View File

@@ -59,7 +59,6 @@ class BalanceController extends Controller
$helper = app(BalanceReportHelperInterface::class);
$report = $helper->getBalanceReport($accounts, $start, $end);
// TODO no budget.
// TODO sum over account.
// try {
$result = view('reports.partials.balance', compact('report'))->render();
// @codeCoverageIgnoreStart