X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=modules%2Fpayment.php;h=cdd3e60d0042090aaccdeb538616dbc68114cc74;hb=9170f4f97464436d1a2cd16031d515f44a5ff2d7;hp=08cd05d2a689f2be21d4e138011e6c47b97035c8;hpb=45ea6160465aeba0aa780e49c12272819dedffd1;p=platal.git diff --git a/modules/payment.php b/modules/payment.php index 08cd05d..cdd3e60 100644 --- a/modules/payment.php +++ b/modules/payment.php @@ -354,7 +354,7 @@ class PaymentModule extends PLModule array('', '', '', '', '', '', ''), array($user->firstName(), $user->lastName(), $user->promo(), $montant, $user->isFemale() ? 'Chère' : 'Cher', $user->isFemale() ? 'Chère' : 'Cher', - Env::v('comment')), $conf_text); + Env::v('vads_order_info')), $conf_text); global $globals; $mymail = new PlMailer();