Small changes in list

This commit is contained in:
James Cole
2021-04-12 06:08:21 +02:00
parent a41d7378ef
commit 39925f8139
3 changed files with 7 additions and 8 deletions

View File

@@ -172,7 +172,7 @@ class IndexController extends Controller
$account->location = $this->repository->getLocation($account);
$account->liability_direction = $this->repository->getMetaValue($account, 'liability_direction');
$account->current_debt = $this->repository->getMetaValue($account, 'current_debt');
$account->current_debt = $this->repository->getMetaValue($account, 'current_debt') ?? '-';
}
);
// make paginator: