Fix: Missing hook declaration

This commit is contained in:
Laurent Destailleur 2013-11-20 14:29:50 +01:00
parent 413e0908fe
commit 71484a4e1e

View File

@ -59,6 +59,8 @@ if ($user->societe_id > 0)
}
// Initialize technical object to manage hooks of thirdparties. Note that conf->hooks_modules contains array array
$hookmanager->initHooks(array('paymentsupplier'));
/*