Fix inithook
This commit is contained in:
parent
6d625d6128
commit
c0c12a40b0
@ -146,7 +146,7 @@ $show_shippable_command = GETPOST('show_shippable_command', 'aZ09');
|
||||
|
||||
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
||||
$object = new Commande($db);
|
||||
$hookmanager->initHooks(array('orderlist'));
|
||||
$hookmanager->initHooks(array('orderlistdetail'));
|
||||
$extrafields = new ExtraFields($db);
|
||||
|
||||
// fetch optionals attributes and labels
|
||||
|
||||
Loading…
Reference in New Issue
Block a user