Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-05-08 19:10:12 +02:00
parent 429ffd6c53
commit c3693cb007

View File

@ -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' // 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; $usecontact=false;
$arrayidcontact=$object->getIdContact('external','CUSTOMER'); $arrayidcontact=$object->getIdContact('external', 'CUSTOMER');
if (count($arrayidcontact) > 0) if (count($arrayidcontact) > 0)
{ {
$usecontact=true; $usecontact=true;