mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-11-06 01:45:22 +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