소스 검색

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…
취소
저장