ソースを参照

Correctif id_etablissement non défini

master
keun 8年前
コミット
e8e344d872
1個のファイルの変更1行の追加0行の削除
  1. +1
    -0
      backend/controllers/CommandeController.php

+ 1
- 0
backend/controllers/CommandeController.php ファイルの表示

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

読み込み中…
キャンセル
保存