Add delivery date in order list
This commit is contained in:
parent
891a0f9255
commit
7b51c72267
@ -110,7 +110,7 @@ if ($viewstatut <> '')
|
|||||||
$sql .= ' AND c.fk_statut IN (1,2,3) AND c.facture = 0';
|
$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'";
|
$sql.= " AND date_format(c.date_commande, '%Y-%m') = '$orderyear-$ordermonth'";
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user