Fix phpcs
This commit is contained in:
parent
429ffd6c53
commit
c3693cb007
@ -1312,7 +1312,7 @@ class pdf_muscadet extends ModelePDFSuppliersOrders
|
||||
|
||||
// If CUSTOMER contact defined on order, we use it. Note: Even if this is a supplier object, the code for external contat that follow order is 'CUSTOMER'
|
||||
$usecontact=false;
|
||||
$arrayidcontact=$object->getIdContact('external','CUSTOMER');
|
||||
$arrayidcontact=$object->getIdContact('external', 'CUSTOMER');
|
||||
if (count($arrayidcontact) > 0)
|
||||
{
|
||||
$usecontact=true;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user