Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
Connexion
Laclic
/
Souke
Suivre
5
Ajouter aux favoris
0
Bifurcation
1
Code
Tickets
1
Demandes d'ajout
0
Versions
0
Wiki
Activité
Parcourir la source
Correctif id_etablissement non défini
prodstable
keun
il y a 7 ans
Parent
c273895eb7
révision
e8e344d872
1 fichiers modifiés
avec
1 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
+1
-0
backend/controllers/CommandeController.php
+ 1
- 0
backend/controllers/CommandeController.php
Voir le fichier
@@ -77,6 +77,7 @@ class CommandeController extends BackendController {
$production = Production::find()
->where('date LIKE \'' . $date . '\'')
->andWhere(['id_etablissement' => $id_etablissement])
->one();
if($production)
{
Écrire
Aperçu
Chargement…
Annuler
Enregistrer