Small display bug related to #648

This commit is contained in:
James Cole
2017-07-01 10:29:07 +02:00
parent f1e0ad0df0
commit 1eed142423
5 changed files with 7 additions and 7 deletions

View File

@@ -122,7 +122,7 @@ class TransactionController extends Controller
$journals = $collector->getPaginatedJournals();
$journals->setPath($path);
$count = $journals->getCollection()->count();
if ($count === 0) {
if ($count === 0 && $loop < 3) {
$start->subDay();
$start = Navigation::startOfPeriod($start, $range);
$end = Navigation::endOfPeriod($start, $range);