You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by mo...@apache.org on 2009/04/20 17:22:16 UTC

svn commit: r766727 - /ofbiz/branches/release09.04/applications/marketing/servicedef/services.xml

Author: mor
Date: Mon Apr 20 15:22:16 2009
New Revision: 766727

URL: http://svn.apache.org/viewvc?rev=766727&view=rev
Log:
Applied fix from trunk for revision: 766637

Modified:
    ofbiz/branches/release09.04/applications/marketing/servicedef/services.xml

Modified: ofbiz/branches/release09.04/applications/marketing/servicedef/services.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/marketing/servicedef/services.xml?rev=766727&r1=766726&r2=766727&view=diff
==============================================================================
--- ofbiz/branches/release09.04/applications/marketing/servicedef/services.xml (original)
+++ ofbiz/branches/release09.04/applications/marketing/servicedef/services.xml Mon Apr 20 15:22:16 2009
@@ -423,7 +423,7 @@
             <exclude field-name="contactMechId"/>
         </auto-attributes>
         <attribute name="partyId" type="String" mode="OUT"/>
-        <attribute name="contactMechId" type="String" mode="OUT" />
+        <attribute name="contactMechId" type="String" mode="OUT" optional="true"/>
         <attribute name="emailAddress" type="String" mode="IN" optional="true"/>
         <attribute name="partyIdFrom" type="String" mode="IN" optional="true"/>
         <attribute name="quickAdd" type="String" mode="IN" optional="true"/>