Bläddra i källkod

Merge branch 'dev'

prodstable
Guillaume Bourgeois 5 år sedan
förälder
incheckning
125849e358
1 ändrade filer med 4 tillägg och 1 borttagningar
  1. +4
    -1
      common/models/Distribution.php

+ 4
- 1
common/models/Distribution.php Visa fil

@@ -204,7 +204,10 @@ class Distribution extends ActiveRecordCommon
{
$distributionsArray = Distribution::find()
->where('date > \'' . date('Y-m-d').'\'')
->andWhere(['id_producer' => Producer::getId()])
->andWhere([
'id_producer' => Producer::getId(),
'active' => 1
])
->orderBy('date ASC')
->all();

Laddar…
Avbryt
Spara