Update pdf_standard.modules.php
This commit is contained in:
parent
c6b4c4392c
commit
6a24aed42a
@ -508,7 +508,7 @@ class pdf_standard extends ModelePDFSuppliersPayments
|
|||||||
/**
|
/**
|
||||||
* Show total to pay
|
* Show total to pay
|
||||||
*
|
*
|
||||||
* @param TCPDF &$pdf Object PDF
|
* @param TCPDF $pdf Object PDF
|
||||||
* @param PaiementFourn $object Object PaiementFourn
|
* @param PaiementFourn $object Object PaiementFourn
|
||||||
* @param int $posy Position depart
|
* @param int $posy Position depart
|
||||||
* @param Translate $outputlangs Objet langs
|
* @param Translate $outputlangs Objet langs
|
||||||
@ -567,7 +567,7 @@ class pdf_standard extends ModelePDFSuppliersPayments
|
|||||||
/**
|
/**
|
||||||
* Show table for lines
|
* Show table for lines
|
||||||
*
|
*
|
||||||
* @param TCPDF &$pdf Object PDF
|
* @param TCPDF $pdf Object PDF
|
||||||
* @param integer $tab_top Top position of table
|
* @param integer $tab_top Top position of table
|
||||||
* @param integer $tab_height Height of table (rectangle)
|
* @param integer $tab_height Height of table (rectangle)
|
||||||
* @param int $nexY Y (not used)
|
* @param int $nexY Y (not used)
|
||||||
@ -612,7 +612,7 @@ class pdf_standard extends ModelePDFSuppliersPayments
|
|||||||
/**
|
/**
|
||||||
* Show top header of page.
|
* Show top header of page.
|
||||||
*
|
*
|
||||||
* @param TCPDF &$pdf Object PDF
|
* @param TCPDF $pdf Object PDF
|
||||||
* @param FactureFournisseur $object Object to show
|
* @param FactureFournisseur $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
|
||||||
@ -788,7 +788,7 @@ class pdf_standard extends ModelePDFSuppliersPayments
|
|||||||
/**
|
/**
|
||||||
* Show footer of page. Need this->emetteur object
|
* Show footer of page. Need this->emetteur object
|
||||||
*
|
*
|
||||||
* @param TCPDF &$pdf PDF
|
* @param TCPDF $pdf PDF
|
||||||
* @param FactureFournisseur $object Object to show
|
* @param FactureFournisseur $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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user