Update pdf_standard.modules.php

This commit is contained in:
Philippe Grand 2020-08-04 15:51:35 +02:00 committed by GitHub
parent 001662af3d
commit 85879a0baa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -642,7 +642,7 @@ class pdf_standard extends ModeleExpenseReport
/** /**
* 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
@ -866,7 +866,7 @@ class pdf_standard extends ModeleExpenseReport
/** /**
* Show table for lines * Show table for lines
* *
* @param TCPDF &$pdf Object PDF * @param TCPDF $pdf Object PDF
* @param int $tab_top Tab top * @param int $tab_top Tab top
* @param int $tab_height Tab height * @param int $tab_height Tab height
* @param int $nexY next y * @param int $nexY next y
@ -980,7 +980,7 @@ class pdf_standard extends ModeleExpenseReport
/** /**
* Show payments table * Show payments table
* *
* @param TCPDF &$pdf Object PDF * @param TCPDF $pdf Object PDF
* @param Object $object Object invoice * @param Object $object Object invoice
* @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
@ -1092,7 +1092,7 @@ class pdf_standard extends ModeleExpenseReport
/** /**
* 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