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

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

mor-2
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"/>