Fix: increase size

This commit is contained in:
Regis Houssin 2012-03-03 09:06:26 +01:00
parent 047edc69f9
commit b74e24ab46

View File

@ -226,7 +226,7 @@ class pdf_crabe extends ModelePDFFactures
$tab_top = 90; $tab_top = 90;
$tab_top_newpage = 50; $tab_top_newpage = 50;
$tab_height = 110; $tab_height = 130;
$tab_height_newpage = 150; $tab_height_newpage = 150;
// Affiche notes // Affiche notes
@ -356,7 +356,7 @@ class pdf_crabe extends ModelePDFFactures
{ {
if ($pagenb == 1) if ($pagenb == 1)
{ {
$this->_tableau($pdf, $tab_top, $tab_height + 20, $nexY, $outputlangs); $this->_tableau($pdf, $tab_top, $tab_height + 40, $nexY, $outputlangs);
} }
else else
{ {