Change comment to fixe a lot of undefined method

This commit is contained in:
Philippe GRAND 2020-08-03 09:36:23 +02:00
parent 0e0adcbe43
commit 857505a887

View File

@ -917,7 +917,7 @@ class pdf_sponge extends ModelePDFFactures
/** /**
* Show payments table * Show payments table
* *
* @param PDF $pdf Object PDF * @param TCPDF &$pdf Object PDF
* @param Object $object Object invoice * @param Object $object Object invoice
* @param int $posy Position y in PDF * @param int $posy Position y in PDF
* @param Translate $outputlangs Object langs for output * @param Translate $outputlangs Object langs for output
@ -1055,7 +1055,7 @@ class pdf_sponge extends ModelePDFFactures
/** /**
* Show miscellaneous information (payment mode, payment term, ...) * Show miscellaneous information (payment mode, payment term, ...)
* *
* @param tcpdf $pdf Object PDF * @param TCPDF &$pdf Object PDF
* @param Object $object Object to show * @param Object $object Object to show
* @param int $posy Y * @param int $posy Y
* @param Translate $outputlangs Langs object * @param Translate $outputlangs Langs object
@ -1225,7 +1225,7 @@ class pdf_sponge extends ModelePDFFactures
/** /**
* Show total to pay * Show total to pay
* *
* @param TCPDI $pdf Object PDF * @param TCPDI $pdf Object PDF
* @param Facture $object Object invoice * @param Facture $object Object invoice
* @param int $deja_regle Amount already paid (in the currency of invoice) * @param int $deja_regle Amount already paid (in the currency of invoice)
* @param int $posy Position depart * @param int $posy Position depart
@ -1760,7 +1760,7 @@ class pdf_sponge extends ModelePDFFactures
/** /**
* Show table for lines * Show table for lines
* *
* @param tcpdf $pdf Object PDF * @param TCPDF &$pdf Object PDF
* @param string $tab_top Top position of table * @param string $tab_top Top position of table
* @param string $tab_height Height of table (rectangle) * @param string $tab_height Height of table (rectangle)
* @param int $nexY Y (not used) * @param int $nexY Y (not used)
@ -1820,7 +1820,7 @@ class pdf_sponge extends ModelePDFFactures
/** /**
* Show top header of page. * Show top header of page.
* *
* @param Tcpdf $pdf Object PDF * @param TCPDF &$pdf Object PDF
* @param Object $object Object to show * @param Object $object Object to show
* @param int $showaddress 0=no, 1=yes * @param int $showaddress 0=no, 1=yes
* @param Translate $outputlangs Object lang for output * @param Translate $outputlangs Object lang for output
@ -2141,7 +2141,7 @@ class pdf_sponge extends ModelePDFFactures
/** /**
* Show footer of page. Need this->emetteur object * Show footer of page. Need this->emetteur object
* *
* @param PDF $pdf PDF * @param TCPDF &$pdf PDF
* @param Object $object Object to show * @param Object $object Object to show
* @param Translate $outputlangs Object lang for output * @param Translate $outputlangs Object lang for output
* @param int $hidefreetext 1=Hide free text * @param int $hidefreetext 1=Hide free text
@ -2157,8 +2157,8 @@ class pdf_sponge extends ModelePDFFactures
/** /**
* Define Array Column Field * Define Array Column Field
* *
* @param object $object common object * @param object $object common object
* @param Translate $outputlangs langs * @param Translate $outputlangs langs
* @param int $hidedetails Do not show line details * @param int $hidedetails Do not show line details
* @param int $hidedesc Do not show desc * @param int $hidedesc Do not show desc
* @param int $hideref Do not show ref * @param int $hideref Do not show ref