Skip to content

Commit

Permalink
Fix: comment
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Sep 4, 2012
1 parent 2f680ad commit 55a5d56
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -560,7 +560,7 @@ function _pagehead(&$pdf, $object, $showaddress, $outputlangs)
$pdf->MultiCell(80, 4, $carac_emetteur, 0, 'L');


// If CUSTOMER contact defined, we use it
// If SHIPPING contact defined, we use it
$usecontact=false;
$arrayidcontact=$object->getIdContact('external','SHIPPING');
if (count($arrayidcontact) > 0)
Expand Down

0 comments on commit 55a5d56

Please sign in to comment.