From 976158189b1ce38bfd31bf83fec608f2cfaa2100 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Sat, 8 Dec 2007 23:42:31 +0000 Subject: [PATCH] =?UTF-8?q?D=E9but=20changement=20d=E9finition=20du=20stoc?= =?UTF-8?q?k?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/product/reassort.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/product/reassort.php b/htdocs/product/reassort.php index 9871915177c..bb61714d265 100644 --- a/htdocs/product/reassort.php +++ b/htdocs/product/reassort.php @@ -51,7 +51,7 @@ $type=trim($type); $sortfield = isset($_GET["sortfield"])?$_GET["sortfield"]:$_POST["sortfield"]; $sortorder = isset($_GET["sortorder"])?$_GET["sortorder"]:$_POST["sortorder"]; -if (! $sortfield) $sortfield="stock_theorique"; +if (! $sortfield) $sortfield="stock_real"; if (! $sortorder) $sortorder="ASC"; $page = $_GET["page"]; $limit = $conf->liste_limit;