Remove bills from transfers in more places.

This commit is contained in:
James Cole
2026-01-10 08:16:41 +01:00
parent c97fb07e8d
commit a141cf6e67
5 changed files with 114 additions and 103 deletions

View File

@@ -74,6 +74,7 @@ class IndexController extends Controller
{
$this->cleanupObjectGroups();
$this->repository->correctOrder();
$this->repository->correctTransfers();
$start = session('start');
$end = session('end');
$collection = $this->repository->getBills();