Commit 983116f054245c6c416e48453b4c6c3b7dd01884

Authored by Yarik
1 parent 658a5f37

test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
common/models/CustomerSearch.php
@@ -96,7 +96,7 @@ @@ -96,7 +96,7 @@
96 ]); 96 ]);
97 } else { 97 } else {
98 $query->andWhere([ 98 $query->andWhere([
99 - 'type', 99 + 'type' => 1,
100 ]); 100 ]);
101 } 101 }
102 102