Fixing style errors.

This commit is contained in:
stickler-ci 2022-01-06 20:56:51 +00:00
parent a0fb0b8741
commit f71092e05c

View File

@ -795,7 +795,7 @@ class BOM extends CommonObject
if ($resultFetch < 0) {
setEventMessages($product->error, $product->errors, 'errors');
} else {
$label .= "<br><b>".$langs->trans("Product").'</b>: '.$product->getNomUrl(0,'',0,-1,1);
$label .= "<br><b>".$langs->trans("Product").'</b>: '.$product->getNomUrl(0, '', 0, -1, 1);
}
}