FIX name was able to be in field but went back to new line

This commit is contained in:
atm-quentin 2019-07-26 11:05:16 +02:00
parent 0d79905b0a
commit 1f7cd1a3f8

View File

@ -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);