Author: hansbak
Date: Wed Sep 16 09:31:30 2009
New Revision: 815688
URL:
http://svn.apache.org/viewvc?rev=815688&view=revLog:
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>