Browse Source

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

feature/souke
Guillaume Bourgeois 1 year ago
parent
commit
5b1f6c0f77
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/controllers/UserController.php

+ 1
- 1
backend/controllers/UserController.php View File

@@ -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…
Cancel
Save