mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Experimenting with a negation for #159
This commit is contained in:
@@ -88,7 +88,7 @@ class ReportHelper implements ReportHelperInterface
|
||||
} else {
|
||||
$billLine->setHit(false);
|
||||
}
|
||||
if ($billLine->isHit() && $billLine->isActive()) {
|
||||
if (!(!$billLine->isHit() && !$billLine->isActive())) {
|
||||
$collection->addBill($billLine);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user