svn commit: r815688 - /ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r815688 - /ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml

hansbak-2
Author: hansbak
Date: Wed Sep 16 09:31:30 2009
New Revision: 815688

URL: http://svn.apache.org/viewvc?rev=815688&view=rev
Log:
use the same datasource type for lead and opportunity

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

Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml?rev=815688&r1=815687&r2=815688&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/forms/OpportunityForms.xml Wed Sep 16 09:31:30 2009
@@ -112,7 +112,7 @@
         <field name="dataSourceId" position="2" title="${uiLabelMap.SfaDataSourceLabel}">
             <drop-down allow-empty="true">
                 <entity-options key-field-name="dataSourceId" description="${description}" entity-name="DataSource">
-                    <entity-constraint name="dataSourceTypeId" operator="equals" value="SLSOPP_SRC"/>
+                    <entity-constraint name="dataSourceTypeId" operator="equals" value="LEAD_SOURCE"/>
                 </entity-options>
             </drop-down>
         </field>