diff --git a/htdocs/don/class/don.class.php b/htdocs/don/class/don.class.php index 527b9062c2e..70fabfcdc29 100644 --- a/htdocs/don/class/don.class.php +++ b/htdocs/don/class/don.class.php @@ -58,12 +58,16 @@ class Don extends CommonObject public $ismultientitymanaged = 1; /** - * @var string String with name of icon for myobject. Must be the part after the 'object_' into object_myobject.png + * @var string String with name of icon for object don. Must be the part after the 'object_' into object_myobject.png */ public $picto = 'generic'; public $date; public $amount; + + /** + * @var string Thirdparty name + */ public $societe; /** @@ -71,18 +75,29 @@ class Don extends CommonObject */ public $address; + /** + * @var string Zipcode + */ public $zip; + + /** + * @var string Town + */ public $town; + + /** + * @var string Email + */ public $email; public $public; /** - * @var int ID + * @var int project ID */ public $fk_project; /** - * @var int ID + * @var int type payment ID */ public $fk_typepayment; @@ -90,7 +105,14 @@ class Don extends CommonObject public $date_valid; public $modepaymentid = 0; + /** + * @var array Array of status label + */ public $labelstatut; + + /** + * @var array Array of status label short + */ public $labelstatutshort; /**