FIX : No paiement information for pdf eagle proforma

This commit is contained in:
Gauthier PC portable 024 2021-08-03 09:41:10 +02:00
parent 042e2f9893
commit 335dca7fc3

View File

@ -760,7 +760,8 @@ class pdf_eagle_proforma extends ModelePDFCommandes
$bottomlasttab = $this->page_hauteur - $heightforinfotot - $heightforfreetext - $heightforfooter + 1;
// Affiche zone infos
$posy = $this->drawInfoTable($pdf, $object, $bottomlasttab, $outputlangs);
// ! No paiement information for this model !
//$posy = $this->drawInfoTable($pdf, $object, $bottomlasttab, $outputlangs);
// Affiche zone totaux
$posy = $this->drawTotalTable($pdf, $object, $deja_regle, $bottomlasttab, $outputlangs);