From 50e4e9fa2f7c228ef8e8bec970b086bade9ab09c Mon Sep 17 00:00:00 2001 From: ldestailleur Date: Sat, 9 Aug 2025 14:27:52 +0200 Subject: [PATCH] Fix warnings --- htdocs/modulebuilder/template/myobject_card.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/modulebuilder/template/myobject_card.php b/htdocs/modulebuilder/template/myobject_card.php index 660203ee325..ca197a65969 100644 --- a/htdocs/modulebuilder/template/myobject_card.php +++ b/htdocs/modulebuilder/template/myobject_card.php @@ -87,6 +87,7 @@ if (!$res) { * @var HookManager $hookmanager * @var Translate $langs * @var User $user + * @var Societe $mysoc */ include_once DOL_DOCUMENT_ROOT.'/core/class/html.formcompany.class.php'; include_once DOL_DOCUMENT_ROOT.'/core/class/html.formfile.class.php';