Subversion Repositories Applications.annuaire

Rev

Rev 329 | Rev 427 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 329 Rev 425
Line 106... Line 106...
106
		
106
		
107
		$pdf->Ln() ;
107
		$pdf->Ln() ;
108
		$pdf->Cell(100,10, "Date du paiement : ".$cotisation['date_cotisation'], 0, 0, "L") ;
108
		$pdf->Cell(100,10, "Date du paiement : ".$cotisation['date_cotisation'], 0, 0, "L") ;
Line 109... Line 109...
109
		$pdf->Cell(100, 10, 'Montpellier, le '.$cotisation['date_envoi_recu'], 0, 1, "L") ;
109
		$pdf->Cell(100, 10, 'Montpellier, le '.$cotisation['date_envoi_recu'], 0, 1, "L") ;
110
				
110
				
Line 111... Line 111...
111
		// La signature de Joel Mathez
111
		// La signature de David Delon
112
		$pdf->Image('/home/aurelien/web/annuaire/composants/cotisation/controleurs/signature_Mathez.png', 110, $pdf->GetY(),28.22, "") ;
112
		$pdf->Image(dirname(__FILE__).'/signature_Delon.png', 110, $pdf->GetY(),28.22, "") ;
Line 113... Line 113...
113
				
113
				
114
		$pdf->Ln() ;
114
		$pdf->Ln() ;
115
		$pdf->Cell(0, 10, "Mode de versement : ".$cotisation['mode_cotisation'], 0, 1, "L") ;
115
		$pdf->Cell(0, 10, "Mode de versement : ".$cotisation['mode_cotisation'], 0, 1, "L") ;
Line 116... Line 116...
116
		
116
		
117
		$pdf->Cell(100, 10, '', 0, 0) ;
117
		$pdf->Cell(100, 10, '', 0, 0) ;