implement ticket expires-soon

This commit is contained in:
Roland Schneider
2019-01-07 07:48:28 +01:00
parent 4741cce196
commit 3fce2c70c2
5 changed files with 125 additions and 19 deletions

View File

@@ -100,7 +100,6 @@ class Inventory extends \common\models\BaseFitnessActiveRecord
$query = Product::find();
if ( isset($this->id_account) && is_numeric($this->id_account)){
$query->andWhere(['id_account' => $this->id_account]);
}
$products = $query->all();