Fix: Plantage generation PDF modele bulot
This commit is contained in:
parent
20b176dab2
commit
88d9bb8563
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user