mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Don't add inactive unhit bills, see #159
This commit is contained in:
parent
15104de84c
commit
23f474b003
@ -88,8 +88,10 @@ class ReportHelper implements ReportHelperInterface
|
||||
} else {
|
||||
$billLine->setHit(false);
|
||||
}
|
||||
if ($billLine->isHit() && $billLine->isActive()) {
|
||||
$collection->addBill($billLine);
|
||||
}
|
||||
|
||||
$collection->addBill($billLine);
|
||||
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user