Author: akashjain
Date: Thu Sep 28 13:53:00 2017
New Revision: 1809995

URL: http://svn.apache.org/viewvc?rev=1809995&view=rev
Log:
Fixed: 'Find Opportunities' field name is reflecting in place of 'Opportunity 
Id' on FindSalesOpportunity screen, applied patch from jira issue (OFBIZ-9753)

Thanks, Parakh Maheshwari and Sonal Patwari for your contribution.

Modified:
    
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml

Modified: 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
URL: 
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml?rev=1809995&r1=1809994&r2=1809995&view=diff
==============================================================================
--- 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
 (original)
+++ 
ofbiz/ofbiz-framework/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
 Thu Sep 28 13:53:00 2017
@@ -24,7 +24,7 @@ under the License.
     <form name="FindSalesOpportunity" type="single" 
target="FindSalesOpportunity"
         header-row-style="header-row" default-table-style="basic-table">
         <field name="salesOpportunityId"><hidden/></field>
-        <field name="opportunityName" 
title="${uiLabelMap.SfaFindOpportunities}"><text-find 
size="25"></text-find></field>
+        <field name="salesOpportunityId" 
title="${uiLabelMap.SfaOpportunityId}"><text-find size="25"></text-find></field>
         <field name="partyId" title="${uiLabelMap.SfaLead}"><lookup 
target-form-name="LookupLead"/></field>
         <field name="opportunityStageId" title="${uiLabelMap.SfaInitialStage}">
             <drop-down allow-empty="true">


Reply via email to