Add Hook "Massstockmove"

This commit is contained in:
atm-lena
2020-05-19 16:05:13 +02:00
parent 82a8c42441
commit bf9756b8c4

View File

@@ -34,6 +34,9 @@ require_once DOL_DOCUMENT_ROOT.'/product/class/html.formproduct.class.php';
// Load translation files required by the page
$langs->loadLangs(array('products', 'stocks', 'orders', 'productbatch'));
//init Hook
$hookmanager->initHooks(array('massstockmove'));
// Security check
if ($user->socid) {
$socid = $user->socid;