Skip to content

Commit

Permalink
Fix: [ bug #1076 ] Shipment/Delivery PDFs
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Oct 23, 2013
1 parent 2dad13a commit ca560b4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions htdocs/core/modules/expedition/doc/pdf_merou.modules.php
Expand Up @@ -524,14 +524,14 @@ function _pagehead(&$pdf, $object, $showaddress, $outputlangs)

if ($object->client->code_client)
{
$Yoff+=7;
$Yoff+=3;
$posy=$Yoff;
$pdf->SetXY(100,$posy);
$pdf->SetTextColor(0,0,60);
$pdf->SetTextColor(0,0,0);
$pdf->MultiCell(100, 3, $outputlangs->transnoentities("CustomerCode")." : " . $outputlangs->transnoentities($object->client->code_client), '', 'R');
}

//Date Expedition
// Date Expedition
$Yoff = $Yoff+7;
$pdf->SetXY($blSocX-80,$blSocY+20);
$pdf->SetFont('','B', $default_font_size - 2);
Expand Down

0 comments on commit ca560b4

Please sign in to comment.