@@ -91,7 +91,7 @@ class SiteController extends BackendController | |||
'type' => Commande::TYPE_USER, | |||
'orderby' => 'date DESC', | |||
'limit' => 15, | |||
'condition' => 'commande.date > \''.date('Y-m-d 00:00:00').'\'' | |||
'condition' => 'production.date > \''.date('Y-m-d 00:00:00').'\'' | |||
]) ; | |||
foreach($commandes as $c) |