Skip to content
Snippets Groups Projects
Commit 3f8d097b authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: bug #14724 overview: erreur grammaire

parent c9947fa4
Branches
No related tags found
No related merge requests found
...@@ -215,7 +215,7 @@ class FormMail ...@@ -215,7 +215,7 @@ class FormMail
if ($this->param["models"]=='body') { $defaultmessage=$this->withbody; } if ($this->param["models"]=='body') { $defaultmessage=$this->withbody; }
if ($this->param["models"]=='facture_send') { $defaultmessage="Veuillez trouver ci-joint la facture __FACREF__\n\nCordialement\n\n"; } if ($this->param["models"]=='facture_send') { $defaultmessage="Veuillez trouver ci-joint la facture __FACREF__\n\nCordialement\n\n"; }
if ($this->param["models"]=='facture_relance') { $defaultmessage="Nous apportons votre connaissance que la facture __FACREF__ ne semble pas avoir t rgle. La voici donc, pour rappel, en pice jointe.\n\nCordialement\n\n"; } if ($this->param["models"]=='facture_relance') { $defaultmessage="Nous apportons votre connaissance que la facture __FACREF__ ne semble pas avoir t rgle. La voici donc, pour rappel, en pice jointe.\n\nCordialement\n\n"; }
if ($this->param["models"]=='propal_send') { $defaultmessage="Veuillez trouver ci-joint la proposition commercial __PROPREF__\n\nCordialement\n\n"; } if ($this->param["models"]=='propal_send') { $defaultmessage="Veuillez trouver ci-joint la proposition commerciale __PROPREF__\n\nCordialement\n\n"; }
$defaultmessage=$this->make_substitutions($defaultmessage); $defaultmessage=$this->make_substitutions($defaultmessage);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment