Procházet zdrojové kódy

Correctif : bug date Commande::findBy()

master
keun před 7 roky
rodič
revize
180defa946
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      common/models/Commande.php

+ 1
- 1
common/models/Commande.php Zobrazit soubor

@@ -362,7 +362,7 @@ class Commande extends \yii\db\ActiveRecord
if(isset($params['date']))
$commandes = $commandes->where(['production.date' => $date]);
$commandes = $commandes->where(['production.date' => $params['date']]);
if(isset($params['order']))
$commandes = $commandes->orderBy('date '.$params['order']);

Načítá se…
Zrušit
Uložit