FIX Extrafields on shipment module
This commit is contained in:
parent
cca3b4870a
commit
9b844df315
@ -69,6 +69,8 @@ $pagenext = $page + 1;
|
|||||||
|
|
||||||
$viewstatut=GETPOST('viewstatut');
|
$viewstatut=GETPOST('viewstatut');
|
||||||
|
|
||||||
|
$object = new Expedition($db);
|
||||||
|
|
||||||
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
|
||||||
$hookmanager->initHooks(array('shipmentlist'));
|
$hookmanager->initHooks(array('shipmentlist'));
|
||||||
$extrafields = new ExtraFields($db);
|
$extrafields = new ExtraFields($db);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user