Update pdf_aurore.modules.php
This commit is contained in:
parent
6a24aed42a
commit
bc86518020
@ -691,7 +691,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
|||||||
/**
|
/**
|
||||||
* Show payments table
|
* Show payments table
|
||||||
*
|
*
|
||||||
* @param TCPDF &$pdf Object PDF
|
* @param TCPDF $pdf Object PDF
|
||||||
* @param Object $object Object proposal
|
* @param Object $object Object proposal
|
||||||
* @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
|
||||||
@ -874,7 +874,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
|||||||
/**
|
/**
|
||||||
* Show total to pay
|
* Show total to pay
|
||||||
*
|
*
|
||||||
* @param TCPDF &$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
|
||||||
@ -1145,7 +1145,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
|||||||
/**
|
/**
|
||||||
* 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)
|
||||||
@ -1251,7 +1251,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
|||||||
/**
|
/**
|
||||||
* 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
|
||||||
@ -1463,7 +1463,7 @@ class pdf_aurore extends ModelePDFSupplierProposal
|
|||||||
/**
|
/**
|
||||||
* 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 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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user