Fixed: Lookup of initial account in new opportunity doesn't work.
(OFBIZ-8617)

Thanks Pierre Smits for reporting the issue.

git-svn-id: https://svn.apache.org/repos/asf/ofbiz/trunk@1770481 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/applications/party/widget/partymgr/LookupScreens.xml b/applications/party/widget/partymgr/LookupScreens.xml
index 98022c2..c57e27d 100644
--- a/applications/party/widget/partymgr/LookupScreens.xml
+++ b/applications/party/widget/partymgr/LookupScreens.xml
@@ -308,6 +308,8 @@
                 <property-map resource="PartyUiLabels" map-name="uiLabelMap" global="true"/>
                 <set field="title" value="${uiLabelMap.PartyLookupAccount}"/>
                 <set field="entityName" value="PartyRoleAndPartyDetail"/>
+                <set field="searchFields" value="[partyId, groupName, firstName, lastName]"/>
+                <set field="conditionFields.roleTypeId" value="ACCOUNT"/>
                 <set field="parameters.roleTypeId" value="ACCOUNT"/>
             </actions>
             <widgets>