Remove the contact_email locale
This commit is contained in:
parent
185f08f63e
commit
23931a7591
9 changed files with 8 additions and 9 deletions
|
@ -21,7 +21,7 @@ namespace :'2018_05_30_missed_ar_messages' do
|
|||
|
||||
Commentaire.create(
|
||||
dossier: dossier,
|
||||
email: I18n.t("dynamics.contact_email"),
|
||||
email: CONTACT_EMAIL,
|
||||
body: "[#{subject}]<br><br>#{body}",
|
||||
created_at: date
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue