From 335dca7fc36e340328a738f9f42d1935c3a6b751 Mon Sep 17 00:00:00 2001 From: Gauthier PC portable 024 Date: Tue, 3 Aug 2021 09:41:10 +0200 Subject: [PATCH] FIX : No paiement information for pdf eagle proforma --- .../modules/stocktransfer/doc/pdf_eagle_proforma.modules.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 7f9feb7eafe..9618d86139b 100644 --- a/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php +++ b/htdocs/core/modules/stocktransfer/doc/pdf_eagle_proforma.modules.php @@ -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);