Skip to content
Snippets Groups Projects
Commit eb98bd1e authored by fmarcet's avatar fmarcet
Browse files

FIX: Not delete a product when have customer price

parent e72f4cb0
No related branches found
No related tags found
No related merge requests found
......@@ -806,7 +806,7 @@ class Product extends CommonObject
}
// Delete all child tables
$elements = array('product_fournisseur_price','product_price','product_lang','categorie_product','product_stock');
$elements = array('product_fournisseur_price','product_price','product_lang','categorie_product','product_stock','product_customer_price');
foreach($elements as $table)
{
if (! $error)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment