add ability to remove a product tab if it's defined in a module description

This commit is contained in:
Christophe Battarel 2012-09-25 14:42:58 +02:00
parent d01f68a7af
commit 67333522b0

View File

@ -132,6 +132,8 @@ function product_prepare_head($object, $user)
}
}
complete_head_from_modules($conf,$langs,$object,$head,$h,'product', 'remove');
return $head;
}