Explorar el Código

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

master
keun hace 7 años
padre
commit
f225f9c2ed
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      backend/controllers/StatsController.php

+ 1
- 0
backend/controllers/StatsController.php Ver fichero

@@ -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) {

Cargando…
Cancelar
Guardar