From e92ab19a068d3570a14a2a17bcccb5b029b017b1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 16 Jul 2018 11:26:23 +0200 Subject: [PATCH] Fix var not defined --- htdocs/core/class/html.form.class.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 1120b78d038..ba14c32cda1 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -6160,6 +6160,7 @@ class Form $linktoelem=''; $linktoelemlist=''; + $listofidcompanytoscan=''; if (! is_object($object->thirdparty)) $object->fetch_thirdparty();