diff --git a/composer.json b/composer.json index 51ce67c..ce84bc0 100644 --- a/composer.json +++ b/composer.json @@ -3,7 +3,7 @@ "description":"Isotope Stock.", "type": "contao-bundle", "license":"AGPL-3.0-or-later", - "version": "1.0.22", + "version": "1.0.23", "require": { "contao/core-bundle": "^4.9", "isotope/isotope-core": "^2.6", diff --git a/src/Cron/CheckBookingEvents.php b/src/Cron/CheckBookingEvents.php index 5c062f0..e5cfa3a 100644 --- a/src/Cron/CheckBookingEvents.php +++ b/src/Cron/CheckBookingEvents.php @@ -61,6 +61,7 @@ public function __invoke(): void if (count($ids)) { $sql = "DELETE FROM `tl_isotope_stock_booking_event` WHERE `id` IN (" . implode(", ", $ids) . ")"; $db->execute($sql); + BookingHelper::updateBalanceStatusForModifiedBookings(); } } } \ No newline at end of file