Merge pull request #11562 from atm-quentin/FIX_pdf_cheque
FIX name was able to be in field but went back to new line
This commit is contained in:
commit
6b789a13a1
@ -247,7 +247,7 @@ class BordereauChequeBlochet extends ModeleChequeReceipts
|
||||
$pdf->MultiCell(22,2,$outputlangs->transnoentities("Owner"),0,'L');
|
||||
$pdf->SetFont('','', $default_font_size);
|
||||
$pdf->SetXY(32,26);
|
||||
$pdf->MultiCell(60,2,$outputlangs->convToOutputCharset($this->account->proprio),0,'L');
|
||||
$pdf->MultiCell(80,2,$outputlangs->convToOutputCharset($this->account->proprio),0,'L');
|
||||
|
||||
$pdf->SetFont('','', $default_font_size);
|
||||
$pdf->SetXY(10,32);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user