Update getCustomersWithVehicleSubscriptions to exclude fixed pricing customers and remove unused return statement in invoicing route

This commit is contained in:
Jeppe Bundgaard
2026-03-12 12:17:52 +01:00
parent be358309d6
commit ddc45bf206
2 changed files with 2 additions and 3 deletions
@@ -1056,7 +1056,6 @@ class InvoicingPeriodRoute
true
);
}
return $subscriptions;
}
/**