Merge pull request #14380 from grandoc/patch-6

Update pdf_blochet.class.php
This commit is contained in:
Laurent Destailleur 2020-08-07 11:41:44 +02:00 committed by GitHub
commit a2e4e2d3b2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -213,7 +213,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
/** /**
* Generate Header * Generate Header
* *
* @param PDF $pdf Pdf object * @param TCPDF $pdf Pdf object
* @param int $page Current page number * @param int $page Current page number
* @param int $pages Total number of pages * @param int $pages Total number of pages
* @param Translate $outputlangs Object language for output * @param Translate $outputlangs Object language for output
@ -321,7 +321,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
/** /**
* Output array * Output array
* *
* @param PDF $pdf PDF object * @param TCPDF $pdf PDF object
* @param int $pagenb Page nb * @param int $pagenb Page nb
* @param int $pages Pages * @param int $pages Pages
* @param Translate $outputlangs Object lang * @param Translate $outputlangs Object lang
@ -390,7 +390,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
/** /**
* Show footer of page. Need this->emetteur object * Show footer of page. Need this->emetteur object
* *
* @param PDF $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