Skip to content

Commit

Permalink
FIX Extrafields on shipment module
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Dec 16, 2018
1 parent cca3b48 commit 9b844df
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions htdocs/expedition/list.php
Expand Up @@ -69,6 +69,8 @@

$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
$hookmanager->initHooks(array('shipmentlist'));
$extrafields = new ExtraFields($db);
Expand Down

0 comments on commit 9b844df

Please sign in to comment.