Skip to content
Snippets Groups Projects
Commit 88d9bb85 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: Plantage generation PDF modele bulot

parent 20b176da
No related branches found
No related tags found
No related merge requests found
......@@ -209,13 +209,16 @@ class pdf_bulot extends ModelePDFFactures {
$this->error=$langs->trans("ErrorUnknown");
return 0; // Erreur par defaut
}
/*
/**
* \brief Affiche tableau des versement
* \param pdf objet PDF
* \param fac objet facture
*/
function _tableau_compl(&$pdf, $fac)
{
global $langs;
$tab3_top = 240;
$tab3_height = 18;
$tab3_width = 60;
......@@ -238,7 +241,7 @@ class pdf_bulot extends ModelePDFFactures {
$pdf->MultiCell(20, 6, $langs->trans("Bank"), 0, 'L', 0);
}
/*
/**
* \brief Affiche le total payer
* \param pdf objet PDF
* \param fac objet facture
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment