From 2cd93f3c629ee303889a0ee3fe7ca28f6338db78 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 27 Feb 2006 19:43:48 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20le=20pays=20n'=E9tait=20pas=20sauvegard?= =?UTF-8?q?=E9,=20ni=20affich=E9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/stock/entrepot.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/entrepot.class.php b/htdocs/product/stock/entrepot.class.php index 7a28de60a8b..aafcc72cd6c 100644 --- a/htdocs/product/stock/entrepot.class.php +++ b/htdocs/product/stock/entrepot.class.php @@ -179,7 +179,7 @@ class Entrepot if ($this->pays_id) { $sql = "SELECT libelle from ".MAIN_DB_PREFIX."c_pays where rowid = ".$this->pays_id; - $resql=$db->query($sql); + $resql=$this->$db->query($sql); if ($resql) { $obj = $db->fetch_object($resql);