Release
This commit is contained in:
@@ -19,7 +19,7 @@ class CloseCostUnit implements CronTask {
|
||||
$billingResetEnd = clone $now;
|
||||
$billingResetEnd->add(new \DateInterval('P6W'));
|
||||
/** @var CostUnit $costUnit */
|
||||
foreach ($costUnitRepository->getCurrentEvents() as $costUnit) {
|
||||
foreach ($costUnitRepository->getCurrentEvents(true) as $costUnit) {
|
||||
$billingEnd = $costUnit['billing_deadline'];
|
||||
|
||||
if ($billingEnd === null) {
|
||||
|
||||
Reference in New Issue
Block a user