Skip to content

Commit

Permalink
Fix missing contextpage
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Feb 8, 2018
1 parent ab21769 commit 03b1004
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/product/fournisseurs.php
Expand Up @@ -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'));

Expand Down

0 comments on commit 03b1004

Please sign in to comment.