Restore todo's

This commit is contained in:
James Cole
2022-10-30 11:43:17 +01:00
parent e3181e90df
commit d28326cc89
64 changed files with 102 additions and 104 deletions

View File

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