From: Raphaƫl Gertz Date: Fri, 7 May 2021 13:33:46 +0000 (+0200) Subject: Create monde morning as before session X-Git-Url: https://git.rapsys.eu/airbundle/commitdiff_plain/49898a04acb506239591a0f390c856ce5bb9d2c2 Create monde morning as before session --- diff --git a/Controller/ApplicationController.php b/Controller/ApplicationController.php index 88bb182..625e7f8 100644 --- a/Controller/ApplicationController.php +++ b/Controller/ApplicationController.php @@ -277,6 +277,13 @@ class ApplicationController extends DefaultController { //Set length at 4h $session->setLength(new \DateTime('04:00:00')); + //Jardin du Monde => 14h -> 15h + } elseif ($short == 'Monde' && $slot == 'Morning') { + //Set begin at 14h + $session->setBegin(new \DateTime('14:00:00')); + + //Set length at 4h + $session->setLength(new \DateTime('01:00:00')); //Combination not supported } else { //Add error in flash message