Skip to content
Snippets Groups Projects
Commit 4ce4529c authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Revert "Remove useless variables for common object"

This reverts commit 82682dfc.
parent a4675010
No related branches found
No related tags found
No related merge requests found
......@@ -91,10 +91,11 @@ abstract class CommonObject
*/
public $canvas;
/**
*
* @var object Thirdparty associated with object
*/
public $name;
public $lastname;
public $firstname;
public $civility_id;
public $thirdparty;
// No constructor as it is an abstract class
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment