Explorar el Código

Correctif id_etablissement non défini

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

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

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

Cargando…
Cancelar
Guardar