Merge pull request #23049 from FliyFly/ScrutinizerContact

Fix(scrutinizer) Contact
This commit is contained in:
Laurent Destailleur 2022-12-01 10:55:50 +01:00 committed by GitHub
commit 86490383eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,10 +114,6 @@ llxHeader('', $langs->trans("Resource"));
// View and edit mode
if ($id > 0 || !empty($ref)) {
$soc = new Societe($db);
$soc->fetch($object->socid);
$head = resource_prepare_head($object);
print dol_get_fiche_head($head, 'contact', $langs->trans("ResourceSingular"), -1, 'resource');