From df8a6bd33666b78d5bd1c31d38c19404c606a492 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 29 Feb 2024 20:39:21 +0100 Subject: [PATCH] Fix warning --- htdocs/core/class/commonobject.class.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/htdocs/core/class/commonobject.class.php b/htdocs/core/class/commonobject.class.php index be8f26bbd47..14fa0eb3565 100644 --- a/htdocs/core/class/commonobject.class.php +++ b/htdocs/core/class/commonobject.class.php @@ -583,11 +583,17 @@ abstract class CommonObject */ public $total_ttc; + /** * @var CommonObjectLine[] */ public $lines; + /** + * @var string Action code to use to record auto event in agenda. For exemple 'AC_OTH_AUTO' + */ + public $actiontypecode; + /** * @var mixed Comments * @see fetchComments()