diff --git a/app/Helpers/Report/ReportHelper.php b/app/Helpers/Report/ReportHelper.php index 069aa947ee..5b2759a675 100644 --- a/app/Helpers/Report/ReportHelper.php +++ b/app/Helpers/Report/ReportHelper.php @@ -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); }