Fix: comment
This commit is contained in:
parent
2f680adbb5
commit
55a5d56ebb
@ -560,7 +560,7 @@ class pdf_expedition_rouget extends ModelePdfExpedition
|
|||||||
$pdf->MultiCell(80, 4, $carac_emetteur, 0, 'L');
|
$pdf->MultiCell(80, 4, $carac_emetteur, 0, 'L');
|
||||||
|
|
||||||
|
|
||||||
// If CUSTOMER contact defined, we use it
|
// If SHIPPING contact defined, we use it
|
||||||
$usecontact=false;
|
$usecontact=false;
|
||||||
$arrayidcontact=$object->getIdContact('external','SHIPPING');
|
$arrayidcontact=$object->getIdContact('external','SHIPPING');
|
||||||
if (count($arrayidcontact) > 0)
|
if (count($arrayidcontact) > 0)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user