Merge pull request #10786 from frederic34/patch-4
update doc in commonobject class
This commit is contained in:
commit
540a1026f6
@ -399,9 +399,24 @@ abstract class CommonObject
|
|||||||
*/
|
*/
|
||||||
public $location_incoterms;
|
public $location_incoterms;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string The name
|
||||||
|
*/
|
||||||
public $name;
|
public $name;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string The lastname
|
||||||
|
*/
|
||||||
public $lastname;
|
public $lastname;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string The firstname
|
||||||
|
*/
|
||||||
public $firstname;
|
public $firstname;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @var string The civility code, not an integer
|
||||||
|
*/
|
||||||
public $civility_id;
|
public $civility_id;
|
||||||
|
|
||||||
// Dates
|
// Dates
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user