From 9c2f98be9482140a058ccf3e40a1752e78ddaccc Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 29 Apr 2024 12:03:01 +0200 Subject: [PATCH] Fix cti --- htdocs/reception/class/reception.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/reception/class/reception.class.php b/htdocs/reception/class/reception.class.php index 527cd57893b..f474a3badea 100644 --- a/htdocs/reception/class/reception.class.php +++ b/htdocs/reception/class/reception.class.php @@ -131,7 +131,7 @@ class Reception extends CommonObject public $listmeths; // List of carriers /** - * @var CommandeFournisseurDispatch[] + * @var ReceptionLineBatch[]|CommandeFournisseurDispatch[] */ public $lines = array();