diff --git a/htdocs/product/fournisseurs.php b/htdocs/product/fournisseurs.php index f70dd2b78d964..21d29a8ce894a 100644 --- a/htdocs/product/fournisseurs.php +++ b/htdocs/product/fournisseurs.php @@ -76,6 +76,8 @@ if (! $sortfield) $sortfield="s.nom"; if (! $sortorder) $sortorder="ASC"; +$contextpage='pricesuppliercard'; + // Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context $hookmanager->initHooks(array('pricesuppliercard','globalcard'));