mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix: A lot of fix in TCPDF compatibility
This commit is contained in:
@@ -458,7 +458,7 @@ class pdf_edison extends ModelePDFCommandes
|
||||
$langs->load("main");
|
||||
$langs->load("bills");
|
||||
|
||||
$pdf->SetFont('','',11);
|
||||
$pdf->SetFont('','',10);
|
||||
|
||||
$pdf->SetXY(30,$tab_top + 2);
|
||||
$pdf->MultiCell(0,4,$outputlangs->transnoentities("Designation"),0,'L');
|
||||
|
||||
Reference in New Issue
Block a user