Fix regression

This commit is contained in:
Laurent Destailleur 2022-04-05 14:36:09 +02:00
parent 662681d82b
commit ed7fd09925

View File

@ -42,6 +42,8 @@
function societe_prepare_head(Societe $object) function societe_prepare_head(Societe $object)
{ {
global $db, $langs, $conf, $user; global $db, $langs, $conf, $user;
global $hookmanager;
$h = 0; $h = 0;
$head = array(); $head = array();