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/24 20:09:41 UTC

svn commit: r1726545 - in /ofbiz/branches/release15.12: ./ applications/order/servicedef/secas.xml

Author: jleroux
Date: Sun Jan 24 19:09:41 2016
New Revision: 1726545

URL: http://svn.apache.org/viewvc?rev=1726545&view=rev
Log:
"Applied fix from trunk for revision: 1725574" 
------------------------------------------------------------------------
r1725574 | jleroux | 2016-01-19 18:45:19 +0100 (mar. 19 janv. 2016) | 2 lignes

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/branches/release15.12/   (props changed)
    ofbiz/branches/release15.12/applications/order/servicedef/secas.xml

Propchange: ofbiz/branches/release15.12/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Jan 24 19:09:41 2016
@@ -9,4 +9,4 @@
 /ofbiz/branches/json-integration-refactoring:1634077-1635900
 /ofbiz/branches/multitenant20100310:921280-927264
 /ofbiz/branches/release13.07:1547657
-/ofbiz/trunk:1722712,1723007,1723248,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943,1724946,1724951,1724954,1724957,1724975,1724978,1725006,1725217,1725257,1725561,1726388
+/ofbiz/trunk:1722712,1723007,1723248,1724402,1724411,1724566,1724689,1724763,1724916,1724918,1724925,1724930,1724940,1724943,1724946,1724951,1724954,1724957,1724975,1724978,1725006,1725217,1725257,1725561,1725574,1726388

Modified: ofbiz/branches/release15.12/applications/order/servicedef/secas.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release15.12/applications/order/servicedef/secas.xml?rev=1726545&r1=1726544&r2=1726545&view=diff
==============================================================================
--- ofbiz/branches/release15.12/applications/order/servicedef/secas.xml (original)
+++ ofbiz/branches/release15.12/applications/order/servicedef/secas.xml Sun Jan 24 19:09:41 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">