a
This commit is contained in:
parent
3608dc20e4
commit
7edd6d429a
|
|
@ -185,11 +185,11 @@ class ControleurAjaxrequetefacturepdf extends Controleurrequete
|
||||||
$pdf->Cell(161,$ht,convertirc("TOTAUX : "),1,0,'C',false);
|
$pdf->Cell(161,$ht,convertirc("TOTAUX : "),1,0,'C',false);
|
||||||
|
|
||||||
|
|
||||||
$pdf->Cell(15,$ht,format_N($fraisReel),1,0,'R',false);
|
$pdf->Cell(20,$ht,format_N($fraisReel),1,0,'R',false);
|
||||||
$pdf->Cell(15,$ht,format_N($montantTm),1,0,'R',false);
|
$pdf->Cell(15,$ht,format_N($montantTm),1,0,'R',false);
|
||||||
$pdf->Cell(15,$ht,format_N($montantArembourser),1,0,'R',false);
|
$pdf->Cell(20,$ht,format_N($montantArembourser),1,0,'R',false);
|
||||||
$pdf->Cell(15,$ht,format_N($fraisExclu),1,0,'R',false);
|
$pdf->Cell(15,$ht,format_N($fraisExclu),1,0,'R',false);
|
||||||
$pdf->Cell(15,$ht,format_N($fraisRetenu),1,0,'R',false);
|
$pdf->Cell(20,$ht,format_N($fraisRetenu),1,0,'R',false);
|
||||||
$pdf->Cell(20,$ht,format_N($fraisRetenuTotal),1,0,'R',false);
|
$pdf->Cell(20,$ht,format_N($fraisRetenuTotal),1,0,'R',false);
|
||||||
$pdf->Cell(15,$ht,convertirc(""),1,0,'R',false);
|
$pdf->Cell(15,$ht,convertirc(""),1,0,'R',false);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user