This website works better with JavaScript.
Home
Explore
Help
Sign In
Laclic
/
Souke
Watch
5
Star
0
Fork
1
Code
Issues
1
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Correctif id_etablissement non défini
prodstable
keun
7 years ago
parent
c273895eb7
commit
e8e344d872
1 changed files
with
1 additions
and
0 deletions
Split View
Show Diff Stats
+1
-0
backend/controllers/CommandeController.php
+ 1
- 0
backend/controllers/CommandeController.php
View File
@@ -77,6 +77,7 @@ class CommandeController extends BackendController {
$production = Production::find()
->where('date LIKE \'' . $date . '\'')
->andWhere(['id_etablissement' => $id_etablissement])
->one();
if($production)
{
Write
Preview
Loading…
Cancel
Save