Remove the new page

This commit is contained in:
sparkyx 2003-08-16 00:47:03 +00:00
parent 1865449036
commit 20e9f22dce

View file

@ -77,7 +77,7 @@ $str_solde=sprintf(" Solde %s %12.2f",$solde,$diff_solde);
$pdf->ezText($str_solde,14,array('justification'=>'right'));
//New page
$pdf->ezNewPage();
//$pdf->ezNewPage();
}
$pdf->ezStream();