Fix phpcs
This commit is contained in:
parent
766ef36ea3
commit
ed733fb82d
@ -949,7 +949,7 @@ class pdf_crabe extends ModelePDFFactures
|
||||
|
||||
$pdf->line($tab3_posx, $tab3_top, $tab3_posx+$tab3_width, $tab3_top);
|
||||
|
||||
$pdf->SetFont('','', $default_font_size - 4);
|
||||
$pdf->SetFont('', '', $default_font_size - 4);
|
||||
$pdf->SetXY($tab3_posx, $tab3_top);
|
||||
$pdf->MultiCell(20, 3, $outputlangs->transnoentities("Payment"), 0, 'L', 0);
|
||||
$pdf->SetXY($tab3_posx+21, $tab3_top);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user