From 1978eebb69d3c5cbbb5ab6b56cb6dfe837ef5e5b Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 13 Dec 2015 17:33:20 +0100 Subject: [PATCH] Fix bad merge --- htdocs/product/class/product.class.php | 1 - 1 file changed, 1 deletion(-) diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php index 94bc2f6c63b..5b969023cb5 100644 --- a/htdocs/product/class/product.class.php +++ b/htdocs/product/class/product.class.php @@ -811,7 +811,6 @@ class Product extends CommonObject // Delete all child tables if (! $error) - foreach($elements as $table) { $elements = array('product_fournisseur_price','product_price','product_lang','categorie_product','product_stock','product_customer_price'); foreach($elements as $table)