Procházet zdrojové kódy

Correction : ajout id_etablissement dans la récupération des commandes dans la page statistiques

master
keun před 7 roky
rodič
revize
f225f9c2ed
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  1. +1
    -0
      backend/controllers/StatsController.php

+ 1
- 0
backend/controllers/StatsController.php Zobrazit soubor

@@ -63,6 +63,7 @@ class StatsController extends BackendController {
->with('commandeProduits')
->joinWith('production')
->where('production.date > '.$date_start)
->andWhere('production.id_etablissement = '.Yii::$app->user->identity->id_etablissement)
->all() ;
foreach($commandes as $c) {

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