Fix: $tab_height_newpage non défini

This commit is contained in:
Regis Houssin 2007-05-08 10:45:04 +00:00
parent ab913176e0
commit ac9826f3a2

View File

@ -191,6 +191,7 @@ class pdf_propale_azur extends ModelePDFPropales
$tab_top = 90; $tab_top = 90;
$tab_top_newpage = 50; $tab_top_newpage = 50;
$tab_height = 110; $tab_height = 110;
$tab_height_newpage = 150;
// Affiche notes // Affiche notes
if ($propale->note_public) if ($propale->note_public)
@ -325,7 +326,7 @@ class pdf_propale_azur extends ModelePDFPropales
{ {
if ($pagenb == 1) if ($pagenb == 1)
{ {
$this->_tableau($pdf, $tab_top, $tab_height + 20, $nexY, $outputlangs); $this->_tableau($pdf, $tab_top, $tab_height_newpage, $nexY, $outputlangs);
} }
else else
{ {