diff --git a/htdocs/societe/class/societeaccount.class.php b/htdocs/societe/class/societeaccount.class.php index 435be20b9f1..a315044683b 100644 --- a/htdocs/societe/class/societeaccount.class.php +++ b/htdocs/societe/class/societeaccount.class.php @@ -161,33 +161,6 @@ class SocieteAccount extends CommonObject // END MODULEBUILDER PROPERTIES - - - // If this object has a subtable with lines - - // /** - // * @var string Name of subtable line - // */ - //public $table_element_line = 'societe_accountdet'; - // /** - // * @var string Field with ID of parent key if this field has a parent - // */ - //public $fk_element = 'fk_societe_account'; - // /** - // * @var string Name of subtable class that manage subtable lines - // */ - //public $class_element_line = 'societeAccountline'; - // /** - // * @var array List of child tables. To test if we can delete object. - // */ - //protected $childtables=array(); - // /** - // * @var societeAccountLine[] Array of subtable lines - // */ - //public $lines = array(); - - - /** * Constructor *