Fix tag overview.

This commit is contained in:
James Cole
2019-08-23 13:09:38 +02:00
parent e3a338db0e
commit 3b39fb93e7
5 changed files with 6 additions and 7 deletions

View File

@@ -1092,7 +1092,7 @@ try {
$title = limitStringLength($group->title);
}
if('opening balance' === $type) {
$breadcrumbs->push($title, route('transactions.show', [$group->id]));
return;
}