Преглед на файлове

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

master
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…
Отказ
Запис