Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
Laclic
/
Souke
Seguir
5
Destacar
0
Fork
1
Código
Incidencias
1
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Correctif id_etablissement non défini
prodstable
keun
hace 7 años
padre
c273895eb7
commit
e8e344d872
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
+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)
{
Escribir
Vista previa
Cargando…
Cancelar
Guardar