Update pdf_cornas.modules.php
This commit is contained in:
parent
62c49b2ce3
commit
79be00f0aa
@ -808,7 +808,7 @@ class pdf_cornas extends ModelePDFSuppliersOrders
|
||||
/**
|
||||
* Show payments table
|
||||
*
|
||||
* @param TCPDF &$pdf Object PDF
|
||||
* @param TCPDF $pdf Object PDF
|
||||
* @param CommandeFournisseur $object Object order
|
||||
* @param int $posy Position y in PDF
|
||||
* @param Translate $outputlangs Object langs for output
|
||||
@ -824,7 +824,7 @@ class pdf_cornas extends ModelePDFSuppliersOrders
|
||||
/**
|
||||
* Show miscellaneous information (payment mode, payment term, ...)
|
||||
*
|
||||
* @param TCPDF &$pdf Object PDF
|
||||
* @param TCPDF $pdf Object PDF
|
||||
* @param CommandeFournisseur $object Object to show
|
||||
* @param int $posy Y
|
||||
* @param Translate $outputlangs Langs object
|
||||
@ -890,7 +890,7 @@ class pdf_cornas extends ModelePDFSuppliersOrders
|
||||
/**
|
||||
* Show total to pay
|
||||
*
|
||||
* @param TCPDF &$pdf Object PDF
|
||||
* @param TCPDF $pdf Object PDF
|
||||
* @param Facture $object Object invoice
|
||||
* @param int $deja_regle Montant deja regle
|
||||
* @param int $posy Position depart
|
||||
@ -1103,7 +1103,7 @@ class pdf_cornas extends ModelePDFSuppliersOrders
|
||||
/**
|
||||
* 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_height Height of table (rectangle)
|
||||
* @param int $nexY Y (not used)
|
||||
@ -1176,7 +1176,7 @@ class pdf_cornas extends ModelePDFSuppliersOrders
|
||||
/**
|
||||
* Show top header of page.
|
||||
*
|
||||
* @param TCPDF &$pdf Object PDF
|
||||
* @param TCPDF $pdf Object PDF
|
||||
* @param CommandeFournisseur $object Object to show
|
||||
* @param int $showaddress 0=no, 1=yes
|
||||
* @param Translate $outputlangs Object lang for output
|
||||
@ -1416,7 +1416,7 @@ class pdf_cornas extends ModelePDFSuppliersOrders
|
||||
/**
|
||||
* Show footer of page. Need this->emetteur object
|
||||
*
|
||||
* @param TCPDF &$pdf PDF
|
||||
* @param TCPDF $pdf PDF
|
||||
* @param CommandeFournisseur $object Object to show
|
||||
* @param Translate $outputlangs Object lang for output
|
||||
* @param int $hidefreetext 1=Hide free text
|
||||
|
||||
Loading…
Reference in New Issue
Block a user