Remove TODO's.

This commit is contained in:
James Cole
2021-06-12 14:14:49 +02:00
parent 91b08d1772
commit 4614625f82
22 changed files with 54 additions and 54 deletions

View File

@@ -1111,13 +1111,13 @@ try {
$title = limitStringLength((string)$group->title);
}
if ('opening balance' === $type) {
// TODO link to account.
// See reference nr. 1
$breadcrumbs->push($title, route('transactions.show', [$group->id]));
return;
}
if ('reconciliation' === $type) {
// TODO link to account.
// See reference nr. 2
$breadcrumbs->push($title, route('transactions.show', [$group->id]));
return;