Sfoglia il codice sorgente

Correctif id_etablissement non défini

master
keun 8 anni fa
parent
commit
e8e344d872
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. +1
    -0
      backend/controllers/CommandeController.php

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

@@ -77,6 +77,7 @@ class CommandeController extends BackendController {
$production = Production::find()
->where('date LIKE \'' . $date . '\'')
->andWhere(['id_etablissement' => $id_etablissement])
->one();
if($production)
{

Loading…
Annulla
Salva