diff --git a/htdocs/don/payment/payment.php b/htdocs/don/payment/payment.php index 65929ffd6a8..71895a7d2c3 100644 --- a/htdocs/don/payment/payment.php +++ b/htdocs/don/payment/payment.php @@ -238,8 +238,9 @@ if (GETPOST('action', 'aZ09') == 'create') dol_fiche_end(); /* - * Autres charges impayees + * List of payments on donation */ + $num = 1; $i = 0; @@ -279,12 +280,12 @@ if (GETPOST('action', 'aZ09') == 'create') print ""; print "\n"; - $total+=$objp->total; + /*$total+=$objp->total; $total_ttc+=$objp->total_ttc; - $totalrecu+=$objp->am; + $totalrecu+=$objp->am;*/ //Useless code ? $i++; } - if ($i > 1) + /*if ($i > 1) { // Print total print ''; @@ -294,7 +295,7 @@ if (GETPOST('action', 'aZ09') == 'create') print "".price($total_ttc - $totalrecu).""; print ' '; print "\n"; - } + }*/ //Useless code ? print "";