add missing init hook value

This commit is contained in:
Frédéric FRANCE 2023-04-25 20:17:54 +02:00 committed by GitHub
parent d30eb4d9a4
commit c238791900
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -73,7 +73,7 @@ if (!$sortorder) {
$object = new Societe($db);
// Initialize technical object to manage hooks of page. Note that conf->hooks_modules contains array of hook context
$hookmanager->initHooks(array('agendathirdparty'));
$hookmanager->initHooks(array('agendathirdparty', 'globalcard'));
// Security check
$socid = GETPOST('socid', 'int');