Pārlūkot izejas kodu

Résoudre bug concernant les jours de production non liés à l'établissement courant (backend)

prodstable
keun pirms 8 gadiem
vecāks
revīzija
b26a5271d1
1 mainītis faili ar 6 papildinājumiem un 1 dzēšanām
  1. +6
    -1
      backend/controllers/CommandeController.php

+ 6
- 1
backend/controllers/CommandeController.php Parādīt failu

@@ -392,7 +392,12 @@ class CommandeController extends \yii\web\Controller {
}

// jours de production
$jours_production = Production::find()->where(['actif' => 1])->all();
$jours_production = Production::find()
->where([
'actif' => 1,
'id_etablissement' => Yii::$app->user->identity->id_etablissement
])
->all();

$datas = [
'produits' => $produits,

Notiek ielāde…
Atcelt
Saglabāt