From 680c2ebdb17531b787c8080a74965ad07ea81590 Mon Sep 17 00:00:00 2001 From: Vitaliy Date: Wed, 18 Nov 2015 14:59:04 +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 3f37a40..263c841 100755 --- a/common/models/MarginsGroupsSearch.php +++ b/common/models/MarginsGroupsSearch.php @@ -63,7 +63,7 @@ class MarginsGroupsSearch extends MarginsGroups $query->andFilterWhere([ 'id' => $this->id, - 'koef' => $this->koef, + 'w_margins_groups.koef' => $this->koef, 'timestamp' => $this->timestamp, ]); -- libgit2 0.21.4