瀏覽代碼

Bug recherche des commandes sur le tableau de bord (par date de prod et non par date de commande)

prodstable
keun 7 年之前
父節點
當前提交
e01ec25c24
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      backend/controllers/SiteController.php

+ 1
- 1
backend/controllers/SiteController.php 查看文件

@@ -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)

Loading…
取消
儲存