Administrator
/
test_3
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
983116f054245c6c416e48453b4c6c3b7dd01884
Authored by
Yarik
2016-03-10 14:53:59 +0200
1 parent
658a5f37
test
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
common/models/CustomerSearch.php
Inline
Side-by-side
common/models/CustomerSearch.php
Wrap text
Show/Hide comments
View file @
983116f
...
...
@@ -96,7 +96,7 @@
96
96
]);
97
97
} else {
98
98
$query->andWhere([
99
- 'type'
,
99
+ 'type'
=> 1
,
100
100
]);
101
101
}
102
102
...
...