Fix syntax error

This commit is contained in:
Laurent Destailleur 2019-05-09 19:46:10 +02:00
parent 314dc26b87
commit d8c1c24028

View File

@ -507,7 +507,7 @@ if (empty($reshook))
// Reset fk_parent_line for no child products and special product
if (($lines[$i]->product_type != 9 && empty($lines[$i]->fk_parent_line)) || $lines[$i]->product_type == 9) {
$fk_parent_line = 0;
2 }
}
// Extrafields
if (empty($conf->global->MAIN_EXTRAFIELDS_DISABLED) && method_exists($lines[$i], 'fetch_optionals')) {