special case: theater in march '26
This commit is contained in:
@@ -49,6 +49,9 @@
|
||||
$eventName = $event->title;
|
||||
$eventDate = date("d. m. Y", strtotime($seat->date));
|
||||
$eventTime = $event->starttime;
|
||||
if($eventDate == '15. 03. 2026'){
|
||||
$eventTime = '18:00';
|
||||
}
|
||||
$sumPrice = 0;
|
||||
|
||||
$my_user = Auth::user();
|
||||
|
Reference in New Issue
Block a user