fix : Warning: Undefined array key xStartPos in /home/httpd/vhosts/aflac.fr/domains/dev.aflac.fr/httpdocs/core/class/commondocgenerator.class.php on line 1554
This commit is contained in:
parent
292385adcf
commit
19dfe73c22
@ -1550,9 +1550,9 @@ abstract class CommonDocGenerator
|
||||
$colDef['title']['label'] = !empty($colDef['title']['label']) ? $colDef['title']['label'] : $outputlangs->transnoentities($colDef['title']['textkey']);
|
||||
|
||||
// Add column separator
|
||||
if (!empty($colDef['border-left'])) {
|
||||
if (!empty($colDef['border-left']) && isset($colDef['xStartPos'])) {
|
||||
$pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height);
|
||||
}
|
||||
}
|
||||
|
||||
if (empty($hidetop)) {
|
||||
// save curent cell padding
|
||||
|
||||
Loading…
Reference in New Issue
Block a user