diff --git a/htdocs/core/lib/product.lib.php b/htdocs/core/lib/product.lib.php index f025a34e045..837277c9858 100644 --- a/htdocs/core/lib/product.lib.php +++ b/htdocs/core/lib/product.lib.php @@ -132,6 +132,8 @@ function product_prepare_head($object, $user) } } + complete_head_from_modules($conf,$langs,$object,$head,$h,'product', 'remove'); + return $head; }