Merge pull request #4064 from Keirua/fix/supprimer-camille-de-pipedrive
Suppression de camille dans DS
This commit is contained in:
commit
370213dad6
2 changed files with 1 additions and 11 deletions
|
@ -1,10 +1,5 @@
|
||||||
module BizDev
|
module BizDev
|
||||||
BIZ_DEV_MAPPING = {
|
BIZ_DEV_MAPPING = {
|
||||||
8 =>
|
|
||||||
{
|
|
||||||
full_name: "Camille Garrigue",
|
|
||||||
pipedrive_id: 3189424
|
|
||||||
},
|
|
||||||
9 =>
|
9 =>
|
||||||
{
|
{
|
||||||
full_name: "Philippe Vrignaud",
|
full_name: "Philippe Vrignaud",
|
||||||
|
@ -14,11 +9,6 @@ module BizDev
|
||||||
{
|
{
|
||||||
full_name: "Benjamin Doberset",
|
full_name: "Benjamin Doberset",
|
||||||
pipedrive_id: 4223834
|
pipedrive_id: 4223834
|
||||||
},
|
|
||||||
11 =>
|
|
||||||
{
|
|
||||||
full_name: "Rédouane Bouchane",
|
|
||||||
pipedrive_id: 4438645
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -15,4 +15,4 @@
|
||||||
Nous restons à votre disposition si vous avez besoin d’accompagnement.
|
Nous restons à votre disposition si vous avez besoin d’accompagnement.
|
||||||
|
|
||||||
%p
|
%p
|
||||||
= render partial: "layouts/mailers/bizdev_signature", locals: { author_name: "Camille Garrigue" }
|
= render partial: "layouts/mailers/bizdev_signature", locals: { author_name: "Benjamin Doberset" }
|
||||||
|
|
Loading…
Reference in a new issue