diff --git a/htdocs/product/stock/class/entrepot.class.php b/htdocs/product/stock/class/entrepot.class.php
index acbde6a8b07122533a36dbb3a4e8ed93241f8dc5..30165a4f73203c3678d54c23dcc1c69637018c97 100644
--- a/htdocs/product/stock/class/entrepot.class.php
+++ b/htdocs/product/stock/class/entrepot.class.php
@@ -221,6 +221,14 @@ class Entrepot extends CommonObject
 	{
 		$this->db->begin();
 
+			if (! $error && empty($notrigger))
+			{
+                // Call trigger
+                $result=$this->call_trigger('WAREHOUSE_DELETE',$user);
+                if ($result < 0) { $error++; }
+                // End call triggers
+			}
+		
 		$elements = array('stock_mouvement','product_stock','product_warehouse_properties');
 		foreach($elements as $table)
 		{