Bläddra i källkod

Correctif : bug date Commande::findBy()

prodstable
keun 7 år sedan
förälder
incheckning
180defa946
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      common/models/Commande.php

+ 1
- 1
common/models/Commande.php Visa fil

@@ -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']);

Laddar…
Avbryt
Spara