]> _ Git - ccv-wordpress.git/commitdiff
Update surgeons' e-mail addresses. WIP #3053 @0:05
authorStephen Cameron <stephen@cubedesigners.com>
Mon, 15 Jun 2020 16:36:48 +0000 (18:36 +0200)
committerStephen Cameron <stephen@cubedesigners.com>
Mon, 15 Jun 2020 16:36:48 +0000 (18:36 +0200)
wp-content/mu-plugins/cube/src/Forms/Consultation.php

index bbdbf06577b4b285646458be67b83679b33fa31d..202a68c2ef3ebb41fd3862a0463ecf703d70678c 100644 (file)
@@ -107,11 +107,10 @@ class Consultation extends Base
             Select::field('surgeon', __('Chirurgien spécifique'))
                 ->required(false)
                 ->options([
-                    // TODO: Add proper e-mail addresses here once we have them
-                    'Dr Guilhaume GENESTE' => 'ccv@ccv-montpellier.fr',
-                    'Dr Grégory EDGARD-ROSA' => 'ccv@ccv-montpellier.fr',
-                    'Dr Martin GRAU ORTIZ' => 'ccv@ccv-montpellier.fr',
-                    'Dr Caroline HIRSH' => 'ccv@ccv-montpellier.fr',
+                    'Dr Guilhaume GENESTE' => 'dr.geneste@ccv-montpellier.fr',
+                    'Dr Grégory EDGARD-ROSA' => 'dr.edgard-rosa@ccv-montpellier.fr',
+                    'Dr Martin GRAU ORTIZ' => 'dr.grauortiz@ccv-montpellier.fr',
+                    'Dr Caroline HIRSH' => 'dr.hirsch@ccv-montpellier.fr',
                 ]),
         ]);
     }