Fix [ bug #1294 ] Expedition model Merou having problems with long names
This commit is contained in:
parent
ee70f21f58
commit
7625629491
@ -474,7 +474,7 @@ class pdf_merou extends ModelePdfExpedition
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
$text=$this->emetteur->name;
|
$text=$this->emetteur->name;
|
||||||
$pdf->MultiCell(100, 3, $outputlangs->convToOutputCharset($text), 0, 'L');
|
$pdf->MultiCell(70, 3, $outputlangs->convToOutputCharset($text), 0, 'L');
|
||||||
}
|
}
|
||||||
|
|
||||||
//*********************Entete****************************
|
//*********************Entete****************************
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user