Ver código fonte

Correctif id_etablissement non défini

prodstable
keun 7 anos atrás
pai
commit
e8e344d872
1 arquivos alterados com 1 adições e 0 exclusões
  1. +1
    -0
      backend/controllers/CommandeController.php

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

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

Carregando…
Cancelar
Salvar