Browse Source

Correctif id_etablissement non défini

master
keun 8 years ago
parent
commit
e8e344d872
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      backend/controllers/CommandeController.php

+ 1
- 0
backend/controllers/CommandeController.php View File

$production = Production::find() $production = Production::find()
->where('date LIKE \'' . $date . '\'') ->where('date LIKE \'' . $date . '\'')
->andWhere(['id_etablissement' => $id_etablissement])
->one(); ->one();
if($production) if($production)
{ {

Loading…
Cancel
Save