This commit is contained in:
Rodolphe Quiedeville 2004-07-27 10:41:52 +00:00
parent fd031fd406
commit 9fb5630710

View File

@ -248,7 +248,6 @@ class Product
$this->db->free();
$sql = "SELECT reel, fk_entrepot";
$sql .= " FROM ".MAIN_DB_PREFIX."product_stock WHERE fk_product = $id";
$result = $this->db->query($sql) ;
@ -275,8 +274,6 @@ class Product
}
$this->db->free();
}
return 1;
}
else