This commit is contained in:
Sander Dorigo
2025-09-01 14:03:21 +02:00
parent 35447f5eee
commit 1666af939e

View File

@@ -83,7 +83,7 @@ class ShowController extends Controller
// get list of accounts. Count it and split it.
$this->repository->resetAccountOrder();
// TODO fix sort.
$collection = $this->repository->getAccountsByType($types, null);
$collection = $this->repository->getAccountsByType($types);
$count = $collection->count();
// continue sort: