From f377b8129aa2337c6316524911a971e3811707d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Thu, 6 May 2021 21:06:25 +0200 Subject: [PATCH] remove declaration already in commonobject --- htdocs/partnership/class/partnership.class.php | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/htdocs/partnership/class/partnership.class.php b/htdocs/partnership/class/partnership.class.php index a42e12fd412..9c2a6153c74 100644 --- a/htdocs/partnership/class/partnership.class.php +++ b/htdocs/partnership/class/partnership.class.php @@ -101,18 +101,20 @@ class Partnership extends CommonObject * @var array Array with all fields and their property. Do not use it as a static var. It may be modified by constructor. */ public $fields=array(); + + /** + * @var int rowid + * @deprecated + * @see id + */ public $rowid; - public $ref; + public $fk_soc; - public $note_public; - public $note_private; - public $date_creation; + public $tms; public $fk_user_creat; public $fk_user_modif; - public $last_main_doc; - public $import_key; - public $model_pdf; + public $status; public $fk_member; public $date_partnership_start;