Skip to content

Commit

Permalink
Removing departments to match LAN and the 7.5.4 web client. Waiting f…
Browse files Browse the repository at this point in the history
…or feedback on why the 8.0 web client has departments in the lookup.
  • Loading branch information
jbest84 committed Jul 5, 2013
1 parent b84f26c commit 1226734
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/Views/Owner/List.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ define('Mobile/SalesLogix/Views/Owner/List', [
querySelect: [
'OwnerDescription',
'User/Enabled',
'User/Type'
'User/Type',
'Type'
],
queryWhere: 'Type ne "Department"',
resourceKind: 'owners',

formatSearchQuery: function(searchQuery) {
Expand Down

0 comments on commit 1226734

Please sign in to comment.