Fix: Plantage generation PDF modele bulot

This commit is contained in:
Laurent Destailleur 2006-05-25 16:31:03 +00:00
parent 20b176dab2
commit 88d9bb8563

View File

@ -209,13 +209,16 @@ class pdf_bulot extends ModelePDFFactures {
$this->error=$langs->trans("ErrorUnknown"); $this->error=$langs->trans("ErrorUnknown");
return 0; // Erreur par defaut return 0; // Erreur par defaut
} }
/*
/**
* \brief Affiche tableau des versement * \brief Affiche tableau des versement
* \param pdf objet PDF * \param pdf objet PDF
* \param fac objet facture * \param fac objet facture
*/ */
function _tableau_compl(&$pdf, $fac) function _tableau_compl(&$pdf, $fac)
{ {
global $langs;
$tab3_top = 240; $tab3_top = 240;
$tab3_height = 18; $tab3_height = 18;
$tab3_width = 60; $tab3_width = 60;
@ -238,7 +241,7 @@ class pdf_bulot extends ModelePDFFactures {
$pdf->MultiCell(20, 6, $langs->trans("Bank"), 0, 'L', 0); $pdf->MultiCell(20, 6, $langs->trans("Bank"), 0, 'L', 0);
} }
/* /**
* \brief Affiche le total à payer * \brief Affiche le total à payer
* \param pdf objet PDF * \param pdf objet PDF
* \param fac objet facture * \param fac objet facture