diff --git a/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php b/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php index feb9d62f659..c4319e189c0 100644 --- a/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php +++ b/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php @@ -733,14 +733,6 @@ class pdf_eagle_proforma extends ModelePDFCommandes // Affiche zone totaux $posy = $this->drawTotalTable($pdf, $object, $deja_regle, $bottomlasttab, $outputlangs); - // Affiche zone versements - /* - if ($deja_regle) - { - $posy=$this->drawPaymentsTable($pdf, $object, $posy, $outputlangs); - } - */ - // Pied de page $this->_pagefoot($pdf, $object, $outputlangs); if (method_exists($pdf, 'AliasNbPages')) $pdf->AliasNbPages(); @@ -774,19 +766,6 @@ class pdf_eagle_proforma extends ModelePDFCommandes } } - /** - * Show payments table - * - * @param TCPDF $pdf Object PDF - * @param Object $object Object order - * @param int $posy Position y in PDF - * @param Translate $outputlangs Object langs for output - * @return int Return integer <0 if KO, >0 if OK - */ - protected function drawPaymentsTable(&$pdf, $object, $posy, $outputlangs) - { - } - /** * Show miscellaneous information (payment mode, payment term, ...) *