// small fix
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@17568 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -274,7 +274,7 @@ class CustomerCore extends ObjectModel
|
||||
Db::getInstance()->execute('DELETE FROM '._DB_PREFIX_.'customer_message WHERE id_customer_thread='.(int)$ct['id_customer_thread']);
|
||||
}
|
||||
|
||||
Discount::deleteByIdCustomer((int)$this->id);
|
||||
CartRule::deleteByIdCustomer((int)$this->id);
|
||||
return parent::delete();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user