From 207522e84cd5a2addc4641dd4ee5d7092c619cce Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 18 Nov 2015 15:22:20 +0200 Subject: [PATCH] first commit from local --- common/models/MarginsGroupsSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/models/MarginsGroupsSearch.php b/common/models/MarginsGroupsSearch.php index 263c841..10b54bc 100755 --- a/common/models/MarginsGroupsSearch.php +++ b/common/models/MarginsGroupsSearch.php @@ -63,13 +63,13 @@ class MarginsGroupsSearch extends MarginsGroups $query->andFilterWhere([ 'id' => $this->id, - 'w_margins_groups.koef' => $this->koef, 'timestamp' => $this->timestamp, ]); $query->andFilterWhere(['like', 'group', $this->group]); $query->andFilterWhere(['like', Importers::tableName().'.name', $this->importer_id]); $query->andFilterWhere(['like', Margins::tableName().'.name', $this->margin_id]); + $query->andFilterWhere(['like', MarginsGroups::tableName().'.koef', $this->koef]); return $dataProvider; } -- libgit2 0.21.4