You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2009/05/26 05:22:47 UTC

svn commit: r778556 - /ofbiz/trunk/applications/order/servicedef/services_opportunity.xml

Author: apatel
Date: Tue May 26 03:22:46 2009
New Revision: 778556

URL: http://svn.apache.org/viewvc?rev=778556&view=rev
Log:
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>