From 983116f054245c6c416e48453b4c6c3b7dd01884 Mon Sep 17 00:00:00 2001 From: Yarik Date: Thu, 10 Mar 2016 14:53:59 +0200 Subject: [PATCH] test --- common/models/CustomerSearch.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/models/CustomerSearch.php b/common/models/CustomerSearch.php index bf2fb4c..d307076 100644 --- a/common/models/CustomerSearch.php +++ b/common/models/CustomerSearch.php @@ -96,7 +96,7 @@ ]); } else { $query->andWhere([ - 'type', + 'type' => 1, ]); } -- libgit2 0.21.4