Fix comments
This commit is contained in:
parent
7f2dd19bb0
commit
ae890d021c
@ -1109,17 +1109,17 @@ abstract class CommonDocGenerator
|
|||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* print standard column content
|
* print description column content
|
||||||
*
|
*
|
||||||
* @param TCPDF $pdf pdf object
|
* @param TCPDF $pdf pdf object
|
||||||
* @param float $curY curent Y position
|
* @param float $curY curent Y position
|
||||||
* @param string $colKey the column key
|
* @param string $colKey the column key
|
||||||
* @param object $object CommonObject
|
* @param object $object CommonObject
|
||||||
* @param $i
|
* @param int $i
|
||||||
* @param $outputlangs
|
* @param Translate $outputlangs Output language
|
||||||
* @param $hideref
|
* @param int $hideref hide ref
|
||||||
* @param $hidedesc
|
* @param int $hidedesc hide desc
|
||||||
* @param $issupplierline
|
* @param int $issupplierline if object need supplier product
|
||||||
* @return null
|
* @return null
|
||||||
*/
|
*/
|
||||||
public function printColDescContent($pdf, &$curY, $colKey, $object, $i, $outputlangs, $hideref = 0, $hidedesc = 0, $issupplierline = 0)
|
public function printColDescContent($pdf, &$curY, $colKey, $object, $i, $outputlangs, $hideref = 0, $hidedesc = 0, $issupplierline = 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user