mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Experimenting with a negation for #159
This commit is contained in:
parent
23f474b003
commit
151e8e8f17
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user