Skip to content

Commit

Permalink
remove globalcard context
Browse files Browse the repository at this point in the history
  • Loading branch information
atm-greg committed Jun 18, 2018
1 parent 72449dd commit 2cdae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/product/stock/replenish.php
Expand Up @@ -44,7 +44,7 @@
$result=restrictedArea($user,'produit|service');

// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
$hookmanager->initHooks(array('stockreplenishlist', 'globalcard'));
$hookmanager->initHooks(array('stockreplenishlist'));

//checks if a product has been ordered

Expand Down

0 comments on commit 2cdae2e

Please sign in to comment.