Doc
This commit is contained in:
parent
d6a31f60cd
commit
2679f057fb
@ -871,7 +871,7 @@ class pdf_eratosthene extends ModelePDFCommandes
|
||||
* @param Object $object Object to show
|
||||
* @param int $posy Y
|
||||
* @param Translate $outputlangs Langs object
|
||||
* @return void
|
||||
* @return int Pos y
|
||||
*/
|
||||
protected function drawInfoTable(&$pdf, $object, $posy, $outputlangs)
|
||||
{
|
||||
|
||||
@ -1045,7 +1045,7 @@ class pdf_sponge extends ModelePDFFactures
|
||||
* @param Object $object Object to show
|
||||
* @param int $posy Y
|
||||
* @param Translate $outputlangs Langs object
|
||||
* @return void
|
||||
* @return int Pos y
|
||||
*/
|
||||
protected function drawInfoTable(&$pdf, $object, $posy, $outputlangs)
|
||||
{
|
||||
|
||||
@ -972,7 +972,7 @@ class pdf_cyan extends ModelePDFPropales
|
||||
* @param Object $object Object to show
|
||||
* @param int $posy Y
|
||||
* @param Translate $outputlangs Langs object
|
||||
* @return void
|
||||
* @return int Pos y
|
||||
*/
|
||||
public function drawInfoTable(&$pdf, $object, $posy, $outputlangs)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user