Author: apatel
Date: Tue May 26 03:22:46 2009
New Revision: 778556
URL:
http://svn.apache.org/viewvc?rev=778556&view=revLog:
made salesOpportunityId optional to fit needs of create new screen.
Modified:
ofbiz/trunk/applications/order/servicedef/services_opportunity.xml
Modified: ofbiz/trunk/applications/order/servicedef/services_opportunity.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/services_opportunity.xml?rev=778556&r1=778555&r2=778556&view=diff==============================================================================
--- ofbiz/trunk/applications/order/servicedef/services_opportunity.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/services_opportunity.xml Tue May 26 03:22:46 2009
@@ -100,7 +100,7 @@
location="component://order/script/org/ofbiz/order/opportunity/OpportunityServices.xml" invoke="findPartyInSalesOpportunityRole">
<description>find sales opportunity role party</description>
<attribute name="roleTypeId" mode="IN" type="String"/>
- <attribute name="salesOpportunityId" mode="IN" type="String"/>
+ <attribute name="salesOpportunityId" mode="IN" type="String" optional="true"/>
<attribute name="partyId" mode="OUT" type="String" optional="true"/>
</service>