From ac9826f3a27d9d2f22524816cc76d958bce3353e Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 8 May 2007 10:45:04 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20$tab=5Fheight=5Fnewpage=20non=20d=E9fini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/includes/modules/propale/pdf_propale_azur.modules.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/htdocs/includes/modules/propale/pdf_propale_azur.modules.php b/htdocs/includes/modules/propale/pdf_propale_azur.modules.php index f7a33b48b24..049054c8a0d 100644 --- a/htdocs/includes/modules/propale/pdf_propale_azur.modules.php +++ b/htdocs/includes/modules/propale/pdf_propale_azur.modules.php @@ -191,6 +191,7 @@ class pdf_propale_azur extends ModelePDFPropales $tab_top = 90; $tab_top_newpage = 50; $tab_height = 110; + $tab_height_newpage = 150; // Affiche notes if ($propale->note_public) @@ -321,11 +322,11 @@ class pdf_propale_azur extends ModelePDFPropales $nexY+=2; // Passe espace entre les lignes - if ($nexY > ($tab_top+$tab_height) && $i < ($nblignes - 1)) + if ($nexY > ($tab_top+$tab_height) && $i < ($nblignes - 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 {