Fixing style errors.
This commit is contained in:
parent
3c4e7f7b07
commit
6de74e774e
@ -1121,7 +1121,8 @@ abstract class CommonDocGenerator
|
|||||||
* @param $hidedesc
|
* @param $hidedesc
|
||||||
* @param $issupplierline
|
* @param $issupplierline
|
||||||
*/
|
*/
|
||||||
function printColDescContent($pdf, &$curY, $colKey, $object, $i, $outputlangs, $hideref = 0, $hidedesc = 0, $issupplierline = 0){
|
function printColDescContent($pdf, &$curY, $colKey, $object, $i, $outputlangs, $hideref = 0, $hidedesc = 0, $issupplierline = 0)
|
||||||
|
{
|
||||||
// load desc col params
|
// load desc col params
|
||||||
$colDef = $this->cols[$colKey];
|
$colDef = $this->cols[$colKey];
|
||||||
// save curent cell padding
|
// save curent cell padding
|
||||||
|
|||||||
@ -2405,5 +2405,4 @@ class pdf_sponge extends ModelePDFFactures
|
|||||||
$this->cols = $hookmanager->resArray;
|
$this->cols = $hookmanager->resArray;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user