Fix phpcs

This commit is contained in:
Laurent Destailleur 2021-10-07 11:05:06 +02:00
parent 5910d10021
commit 68ac62d09c

View File

@ -984,7 +984,7 @@ if (empty($reshook))
if (!in_array($lines[$i]->id, $selectedLines)) {
continue; // Skip unselected lines
}
$desc = ($lines[$i]->desc ? $lines[$i]->desc : $lines[$i]->libelle);
$product_type = ($lines[$i]->product_type ? $lines[$i]->product_type : 0);