Merge branch 'platal-0.9.15'
authorFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 27 Feb 2008 10:54:39 +0000 (11:54 +0100)
committerFlorent Bruneau <florent.bruneau@polytechnique.org>
Wed, 27 Feb 2008 10:54:39 +0000 (11:54 +0100)
Conflicts:

include/validations/paiements.inc.php

Signed-off-by: Florent Bruneau <florent.bruneau@polytechnique.org>
1  2 
include/validations/paiements.inc.php

@@@ -198,6 -193,11 +193,11 @@@ class PayReq extends Validat
                  }
                  $topay = $u['montant'] - $u['paid'];
                  if ($topay > 0) {
 -                    $mailer = new PlMailer('xnetevents/mail.new_payment.tpl');
++                    $mailer = new PlMailer('xnetevents/newpayment.mail.tpl');
+                     $mailer->assign('asso', $nom);
+                     $mailer->assign('diminutif', $diminutif);
+                     $mailer->assign('evt', $evt);
+                     $mailer->assign('payment', $id);
                      $mailer->assign('prenom', $u['prenom']);
                      $mailer->assign('topay', $topay);
                      $mailer->assign('to', $u['email']);