2
0
forked from Wavyzz/dolibarr

Add delivery date in order list

This commit is contained in:
Regis Houssin
2010-10-06 08:16:04 +00:00
parent 891a0f9255
commit 7b51c72267

View File

@@ -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'";
}