This commit is contained in:
florian HENRY 2020-05-26 21:29:47 +02:00
parent 7ada0de654
commit e5edc06f3d

View File

@ -107,7 +107,7 @@ class Societe extends CommonObject
/**
* Build as [parentChildTable]=>[childTable]=>array(parentChildTable.PrimaryKey,childTable.ForeignKey,WhereClause)
* Define into Contrcutor because of MAIN_DB_PREFIX cannot be use here
* Define into Contructor because of MAIN_DB_PREFIX cannot be use here
* @var array List of Parent's child's child tables. To know object to delete on cascade.
*/
protected $parentchildchildtablesoncascade = array();