Fix warning

This commit is contained in:
Laurent Destailleur 2020-11-28 02:12:07 +01:00
parent 7e6af6a54f
commit df461d319e

View File

@ -693,6 +693,8 @@ class pdf_merou extends ModelePdfExpedition
$blW = 54;
$Yoff = $Ydef + 1;
$widthrecbox = $blW;
// Show Recipient frame
$pdf->SetFont('', 'B', $default_font_size - 3);
$pdf->SetXY($blDestX, $Yoff - 4);