From 1a803a768ce4fe705f454fe4d647162ca9283511 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 24 Dec 2006 01:48:13 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Localisation=20entrepot=20non=20affich?= =?UTF-8?q?=E9e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/stock/valo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/stock/valo.php b/htdocs/product/stock/valo.php index 3da2cf6d5db..787b03a6c04 100644 --- a/htdocs/product/stock/valo.php +++ b/htdocs/product/stock/valo.php @@ -53,7 +53,7 @@ $offset = $limit * $page; /* * Affichage valorisation par entrepot */ -$sql = "SELECT e.rowid as ref, e.label, e.statut, e.valo_pmp as valo"; +$sql = "SELECT e.rowid as ref, e.label, e.statut, e.lieu, e.valo_pmp as valo"; $sql .= " FROM ".MAIN_DB_PREFIX."entrepot as e"; $sql .= " WHERE 1=1 "; if ($sref)