diff --git a/htdocs/recruitment/class/recruitmentjobposition.class.php b/htdocs/recruitment/class/recruitmentjobposition.class.php index 4d475b17cfe..41c1bb4aba2 100644 --- a/htdocs/recruitment/class/recruitmentjobposition.class.php +++ b/htdocs/recruitment/class/recruitmentjobposition.class.php @@ -167,41 +167,7 @@ class RecruitmentJobPosition extends CommonObject public $status; // END MODULEBUILDER PROPERTIES - - // If this object has a subtable with lines - - // /** - // * @var string Name of subtable line - // */ - // public $table_element_line = 'recruitment_recruitmentjobpositionline'; - - // /** - // * @var string Field with ID of parent key if this field has a parent - // */ - // public $fk_element = 'fk_recruitmentjobposition'; - - // /** - // * @var string Name of subtable class that manage subtable lines - // */ - // public $class_element_line = 'RecruitmentJobPositionline'; - - // /** - // * @var array List of child tables. To test if we can delete object. - // */ - // protected $childtables=array(); - - // /** - // * @var array List of child tables. To know object to delete on cascade. - // */ - // protected $childtablesoncascade=array('recruitment_recruitmentjobpositiondet'); - - // /** - // * @var RecruitmentJobPositionLine[] Array of subtable lines - // */ - // public $lines = array(); - - - + /** * Constructor *