Fix missing contextpage
This commit is contained in:
parent
ab21769aa2
commit
03b10041db
@ -76,6 +76,8 @@ $pagenext = $page + 1;
|
|||||||
if (! $sortfield) $sortfield="s.nom";
|
if (! $sortfield) $sortfield="s.nom";
|
||||||
if (! $sortorder) $sortorder="ASC";
|
if (! $sortorder) $sortorder="ASC";
|
||||||
|
|
||||||
|
$contextpage='pricesuppliercard';
|
||||||
|
|
||||||
// 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('pricesuppliercard','globalcard'));
|
$hookmanager->initHooks(array('pricesuppliercard','globalcard'));
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user