Merge pull request #24373 from grandoc/new_branch_29_03_2023

New branch 29 03 2023
This commit is contained in:
Laurent Destailleur 2023-03-31 02:26:25 +02:00 committed by GitHub
commit ed4f69c991
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1582,7 +1582,7 @@ 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);
}