implement ticket expires-soon
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user