Adaptation des prix dimanche

This commit is contained in:
lars 2019-05-07 11:03:32 +02:00
parent abe289a632
commit f6bda79039

View File

@ -36,7 +36,7 @@ require_once 'vendor/autoload.php';
'jeu' => array('nor' => 60, 'vip' => 40, 'label' => 'Jeudi 6 juin'),
'ven' => array('nor' => 60, 'vip' => 40, 'label' => 'Vendredi 7 juin'),
'sam' => array('nor' => 60, 'vip' => 40, 'label' => 'Samedi 8 juin'),
'dim' => array('nor' => 40, 'vip' => 42, 'label' => 'Dimanche 9 juin')
'dim' => array('nor' => 60, 'vip' => 40, 'label' => 'Dimanche 9 juin')
);
?>