瀏覽代碼

Correction : probleme id_etablissement

master
keun 7 年之前
父節點
當前提交
3ec47e2995
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. +4
    -1
      backend/controllers/CommandeController.php

+ 4
- 1
backend/controllers/CommandeController.php 查看文件

@@ -977,7 +977,10 @@ class CommandeController extends BackendController {
{
$produits = json_decode($produits) ;
$point_vente = PointVente::findOne($id_pv) ;
$production = Production::findOne(['date' => $date]) ;
$production = Production::findOne([
'date' => $date,
'id_etablissement' => Yii::$app->user->identity->id_etablissement
]) ;
if(preg_match("/^[0-9]{4}-(0[1-9]|1[0-2])-(0[1-9]|[1-2][0-9]|3[0-1])$/",$date) &&
($id_user || strlen($username)) &&

Loading…
取消
儲存