Merge pull request #17748 from frederic34/patch-13
Update pdf_canelle.modules.php
This commit is contained in:
commit
a94ef88549
@ -376,7 +376,7 @@ class pdf_canelle extends ModelePDFSuppliersInvoices
|
||||
$notetoshow = convertBackOfficeMediasLinksToPublicLinks($notetoshow);
|
||||
|
||||
$pdf->SetFont('', '', $default_font_size - 1);
|
||||
$pdf->writeHTMLCell(190, 3, $this->posxdesc - 1, $tab_top - 1, dol_htmlentitiesbr($object->note_public), 0, 1);
|
||||
$pdf->writeHTMLCell(190, 3, $this->posxdesc - 1, $tab_top - 1, dol_htmlentitiesbr($notetoshow), 0, 1);
|
||||
$nexY = $pdf->GetY();
|
||||
$height_note = $nexY - $tab_top;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user