Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 527 → Rev 528

/branches/v1.3-balance/composants/cotisation/controleurs/Recu.php
108,14 → 108,14
$pdf->Cell(100,10, "Date du paiement : ".$cotisation['date_cotisation'], 0, 0, "L") ;
$pdf->Cell(100, 10, 'Montpellier, le '.$cotisation['date_envoi_recu'], 0, 1, "L") ;
// La signature de David Delon
$pdf->Image(dirname(__FILE__).'/signature_Delon.png', 110, $pdf->GetY(),28.22, "") ;
// La signature de Daniel Mathieu
$pdf->Image(dirname(__FILE__).'/signature_Daniel.png', 110, $pdf->GetY(),28.22, "") ;
$pdf->Ln() ;
$pdf->Cell(0, 10, "Mode de versement : ".$cotisation['mode_cotisation'], 0, 1, "L") ;
$pdf->Cell(100, 10, '', 0, 0) ;
$pdf->Cell (100, 10, 'David Delon, Trésorier', 0, 1, "L") ;
$pdf->Cell (100, 10, 'Daniel MATHIEU, Président', 0, 1, "L") ;
$pdf->Ln(5) ;
$pdf->SetFontSize(10) ;