@@ -13,7 +13,7 @@ class PartnerTools{
$this->enterpriseId = $enterpriseId;
$this->dbCustomer = new DCustomer('default');
$tableName = $this->dbCustomer->getTableName($this->dbCustomer->get_Table(), $this->enterpriseId, $this->cutTable);
- $this->objDCustomer->setTable($tableName);
+ $this->dbCustomer->setTable($tableName);
}