Author: deepak
Date: Sat Nov 19 11:22:25 2016
New Revision: 1770481
URL:
http://svn.apache.org/viewvc?rev=1770481&view=revLog:
Fixed: Lookup of initial account in new opportunity doesn't work.
(OFBIZ-8617)
Thanks Pierre Smits for reporting the issue.
Modified:
ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml?rev=1770481&r1=1770480&r2=1770481&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/LookupScreens.xml Sat Nov 19 11:22:25 2016
@@ -308,6 +308,8 @@ under the License.
<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>