Fix phpcs

This commit is contained in:
Laurent Destailleur 2019-12-09 17:42:38 +01:00
parent 8190a68bba
commit dfeca5fae8

View File

@ -259,10 +259,8 @@ class pdf_azur extends ModelePDFPropales
if (!$arephoto)
{
if ($conf->product->entity != $objphoto->entity) {
$dir = $conf->product->multidir_output[$objphoto->entity].'/'.$midir; //Check repertories of current entities
}else{
} else {
$dir = $conf->product->dir_output.'/'.$midir; //Check repertory of the current product
}