瀏覽代碼

[Administration] Communiquer > envoyer un email : point de vente supprimé visible #1422

feature/souke
Guillaume Bourgeois 1 年之前
父節點
當前提交
5b1f6c0f77
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      backend/controllers/UserController.php

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

@@ -530,7 +530,7 @@ class UserController extends BackendController
}
}

$pointsSaleArray = PointSale::find()->where(['id_producer' => GlobalParam::getCurrentProducerId()])->all();
$pointsSaleArray = PointSale::find()->where(['id_producer' => GlobalParam::getCurrentProducerId(), 'status' => 1])->all();

$pointSale = null;
if ($idPointSale) {

Loading…
取消
儲存