diff --git a/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php b/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php index c64cf291..c78d3734 100644 --- a/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php +++ b/public/typo3conf/ext/ep_products/Classes/Service/IcalService.php @@ -80,7 +80,7 @@ class IcalService implements SingletonInterface $percentageBooked = 100; - if ($paxTotal > 0) { + if ($paxTotal > 0 && Contingent::STATUS_BLOCKED !== $event->getStatus()) { $percentageBooked = 100 - round($paxAvaiable / $paxTotal * 100); }