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