From 7bbd500e818b0cbd171a8cec7f0312421be5c038 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 28 Nov 2019 23:02:14 +0100 Subject: [PATCH] The property table_element_date does not exist on Project see line 612 --- htdocs/projet/class/project.class.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/htdocs/projet/class/project.class.php b/htdocs/projet/class/project.class.php index 0ec6652f20b..6448dbbf622 100644 --- a/htdocs/projet/class/project.class.php +++ b/htdocs/projet/class/project.class.php @@ -49,6 +49,11 @@ class Project extends CommonObject */ public $table_element_line = 'projet_task'; + /** + * @var int Name of field date + */ + public $table_element_date; + /** * @var int Field with ID of parent key if this field has a parent */