From 16611906fc264b4f705a7894e400c8e79e029662 Mon Sep 17 00:00:00 2001 From: Stephen Cameron Date: Mon, 15 Jun 2020 18:36:48 +0200 Subject: [PATCH] Update surgeons' e-mail addresses. WIP #3053 @0:05 --- wp-content/mu-plugins/cube/src/Forms/Consultation.php | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/wp-content/mu-plugins/cube/src/Forms/Consultation.php b/wp-content/mu-plugins/cube/src/Forms/Consultation.php index bbdbf06..202a68c 100644 --- a/wp-content/mu-plugins/cube/src/Forms/Consultation.php +++ b/wp-content/mu-plugins/cube/src/Forms/Consultation.php @@ -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', ]), ]); } -- 2.39.5