Change comment to fixe a lot of undefined method

This commit is contained in:
Philippe GRAND 2020-08-03 09:28:25 +02:00
parent 83d1ff2a6c
commit 8bdf15a6a6

View File

@ -662,7 +662,7 @@ class pdf_rouget extends ModelePdfExpedition
/** /**
* Show total to pay * Show total to pay
* *
* @param PDF $pdf Object PDF * @param TCPDF &$pdf Object PDF
* @param Facture $object Object invoice * @param Facture $object Object invoice
* @param int $deja_regle Montant deja regle * @param int $deja_regle Montant deja regle
* @param int $posy Position depart * @param int $posy Position depart
@ -769,7 +769,7 @@ class pdf_rouget extends ModelePdfExpedition
/** /**
* Show table for lines * Show table for lines
* *
* @param PDF $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 * @param int $nexY Y
@ -857,7 +857,7 @@ class pdf_rouget extends ModelePdfExpedition
/** /**
* Show top header of page. * Show top header of page.
* *
* @param PDF $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