Merge remote-tracking branch 'upstream/develop' into new_branch_11_09_2018

This commit is contained in:
Philippe GRAND
2018-09-12 14:48:50 +02:00
33 changed files with 120 additions and 129 deletions

View File

@@ -953,6 +953,7 @@ class FormMail extends Form
if (count($validpaymentmethod) > 0 && $paymenturl)
{
$langs->load('other');
$this->substit['__ONLINE_PAYMENT_TEXT_AND_URL__']=str_replace('\n',"\n",$langs->transnoentities("PredefinedMailContentLink", $paymenturl));
$this->substit['__ONLINE_PAYMENT_URL__']=$paymenturl;
}