forked from Wavyzz/dolibarr
Update pdf_squille.modules.php
This commit is contained in:
@@ -573,7 +573,7 @@ class pdf_squille extends ModelePdfReception
|
||||
/**
|
||||
* 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
|
||||
@@ -675,7 +675,7 @@ class pdf_squille extends ModelePdfReception
|
||||
/**
|
||||
* 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
|
||||
@@ -757,7 +757,7 @@ class pdf_squille extends ModelePdfReception
|
||||
/**
|
||||
* Show top header of page.
|
||||
*
|
||||
* @param TCPDF &$pdf Object PDF
|
||||
* @param TCPDF $pdf Object PDF
|
||||
* @param Object $object Object to show
|
||||
* @param int $showaddress 0=no, 1=yes
|
||||
* @param Translate $outputlangs Object lang for output
|
||||
@@ -1003,7 +1003,7 @@ class pdf_squille extends ModelePdfReception
|
||||
/**
|
||||
* Show footer of page. Need this->emetteur object
|
||||
*
|
||||
* @param TCPDF &$pdf PDF
|
||||
* @param TCPDF $pdf PDF
|
||||
* @param Object $object Object to show
|
||||
* @param Translate $outputlangs Object lang for output
|
||||
* @param int $hidefreetext 1=Hide free text
|
||||
|
||||
Reference in New Issue
Block a user