Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
Laclic
/
Souke
Observar
5
Favorito
0
Fork
1
Código
Issues
1
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Correctif id_etablissement non défini
prodstable
keun
7 anos atrás
pai
c273895eb7
commit
e8e344d872
1 arquivos alterados
com
1 adições
e
0 exclusões
Visão dividida
Mostrar estatísticas do Diff
+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)
{
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar