From 9b844df3154e19c6eb9bc4d3f07c6600fdfd4d35 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 16 Dec 2018 18:44:58 +0100 Subject: [PATCH] FIX Extrafields on shipment module --- htdocs/expedition/list.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/htdocs/expedition/list.php b/htdocs/expedition/list.php index 14f9eb41f44..95f6dbd616b 100644 --- a/htdocs/expedition/list.php +++ b/htdocs/expedition/list.php @@ -69,6 +69,8 @@ $pagenext = $page + 1; $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);