diff --git a/htdocs/product/class/product.class.php b/htdocs/product/class/product.class.php
index 78ea0cb39c72d07e0a969a2cda25d90b4e0e93dd..6b53fea0347b4e7a29addfb0561411a45e3eb7d3 100644
--- a/htdocs/product/class/product.class.php
+++ b/htdocs/product/class/product.class.php
@@ -879,7 +879,7 @@ class Product extends CommonObject
    			// Delete all child tables
 			if (! $error)
 			{
-			    $elements = array('product_fournisseur_price','product_price','product_lang','categorie_product','product_stock','product_customer_price');
+			    $elements = array('product_fournisseur_price','product_price','product_lang','categorie_product','product_stock','product_customer_price','product_batch');
     			foreach($elements as $table)
     			{
     				if (! $error)