Fix missing contextpage

This commit is contained in:
Laurent Destailleur 2018-02-08 13:27:43 +01:00
parent ab21769aa2
commit 03b10041db

View File

@ -76,6 +76,8 @@ $pagenext = $page + 1;
if (! $sortfield) $sortfield="s.nom";
if (! $sortorder) $sortorder="ASC";
$contextpage='pricesuppliercard';
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
$hookmanager->initHooks(array('pricesuppliercard','globalcard'));