Merge pull request #10222 from grandoc/new_branch_12_12_2018
to avoid html issue
This commit is contained in:
commit
f6775b8af5
@ -1028,7 +1028,7 @@ abstract class CommonDocGenerator
|
|||||||
if(empty($columnText)) return;
|
if(empty($columnText)) return;
|
||||||
$pdf->SetXY($this->getColumnContentXStart($colKey),$curY); // Set curent position
|
$pdf->SetXY($this->getColumnContentXStart($colKey),$curY); // Set curent position
|
||||||
$colDef = $this->cols[$colKey];
|
$colDef = $this->cols[$colKey];
|
||||||
$pdf->MultiCell( $this->getColumnContentWidth($colKey),2, $columnText,'',$colDef['content']['align']);
|
$pdf->writeHTMLCell( $this->getColumnContentWidth($colKey),2,$this->getColumnContentXStart($colKey),$curY, $columnText,'',$colDef['content']['align']);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user