From 61b58e8234e3f273d061595644f096432fbd2cdd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Wed, 26 Apr 2023 09:21:27 +0200 Subject: [PATCH] Doc --- htdocs/core/class/commonobject.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index 32802660e73..ba35760d66d 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -107,6 +107,11 @@ abstract class CommonObject */ public $table_element_line = ''; + /** + * @var int 0=No test on entity, 1=Test with field entity, 'field@table'=Test with link by field@table + */ + public $ismultientitymanaged; + /** * @var string Key value used to track if data is coming from import wizard */