Add $this to parameters
This commit is contained in:
parent
3f28c9a461
commit
e042807b32
@ -263,7 +263,7 @@ class FormProduct
|
|||||||
'orderBy' =>& $orderBy
|
'orderBy' =>& $orderBy
|
||||||
);
|
);
|
||||||
|
|
||||||
$reshook = $hookmanager->executeHooks('selectWarehouses', $parameters);
|
$reshook = $hookmanager->executeHooks('selectWarehouses', $parameters, $this);
|
||||||
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
|
if ($reshook < 0) setEventMessages($hookmanager->error, $hookmanager->errors, 'errors');
|
||||||
|
|
||||||
$this->loadWarehouses($fk_product, '', $filterstatus, true, $exclude, $stockMin, $orderBy);
|
$this->loadWarehouses($fk_product, '', $filterstatus, true, $exclude, $stockMin, $orderBy);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user