From 7b51c72267ab4735e044aeac7c73bc0e172e5b19 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Wed, 6 Oct 2010 08:16:04 +0000 Subject: [PATCH] Add delivery date in order list --- htdocs/commande/liste.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/commande/liste.php b/htdocs/commande/liste.php index 8306b059548..188340c7682 100644 --- a/htdocs/commande/liste.php +++ b/htdocs/commande/liste.php @@ -110,7 +110,7 @@ if ($viewstatut <> '') $sql .= ' AND c.fk_statut IN (1,2,3) AND c.facture = 0'; } } -if ($_GET['ordemonth'] > 0) +if ($_GET['ordermonth'] > 0) { $sql.= " AND date_format(c.date_commande, '%Y-%m') = '$orderyear-$ordermonth'"; }