Merge pull request #24373 from grandoc/new_branch_29_03_2023
New branch 29 03 2023
This commit is contained in:
commit
ed4f69c991
@ -1582,7 +1582,7 @@ abstract class CommonDocGenerator
|
|||||||
$colDef['title']['label'] = !empty($colDef['title']['label']) ? $colDef['title']['label'] : $outputlangs->transnoentities($colDef['title']['textkey']);
|
$colDef['title']['label'] = !empty($colDef['title']['label']) ? $colDef['title']['label'] : $outputlangs->transnoentities($colDef['title']['textkey']);
|
||||||
|
|
||||||
// Add column separator
|
// 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);
|
$pdf->line($colDef['xStartPos'], $tab_top, $colDef['xStartPos'], $tab_top + $tab_height);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user