You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/01/19 18:45:20 UTC

svn commit: r1725574 - /ofbiz/trunk/applications/order/servicedef/secas.xml

Author: jleroux
Date: Tue Jan 19 17:45:19 2016
New Revision: 1725574

URL: http://svn.apache.org/viewvc?rev=1725574&view=rev
Log:
Fixes an issue discussed on dev ML and related with OFBIZ-6791
This before trying to backport the fixes done with commits referenced in the OFBIZ-6791 issue 

Modified:
    ofbiz/trunk/applications/order/servicedef/secas.xml

Modified: ofbiz/trunk/applications/order/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/servicedef/secas.xml?rev=1725574&r1=1725573&r2=1725574&view=diff
==============================================================================
--- ofbiz/trunk/applications/order/servicedef/secas.xml (original)
+++ ofbiz/trunk/applications/order/servicedef/secas.xml Tue Jan 19 17:45:19 2016
@@ -421,6 +421,7 @@ under the License.
         <action service="createSalesOpportunityAccountRole" mode="sync"/>
     </eca>
     <eca service="createSalesOpportunity" event="commit">
+    <condition field-name="leadPartyId" operator="is-not-empty"/>
         <action service="createSalesOpportunityLeadRole" mode="sync"/>
     </eca>
     <eca service="updateSalesOpportunity" event="commit">