[OFBiz] SVN: r7370 - trunk/applications/accounting/servicedef

jacopo@svn.ofbiz.org jacopo at svn.ofbiz.org
Fri Apr 21 14:12:48 CDT 2006


Author: jacopo
Date: 2006-04-21 14:12:43 -0500 (Fri, 21 Apr 2006)
New Revision: 7370

Modified:
   trunk/applications/accounting/servicedef/groups.xml
Log:
The "createPartyContactMech" must be called to associate the new address to the party.

Modified: trunk/applications/accounting/servicedef/groups.xml
===================================================================
--- trunk/applications/accounting/servicedef/groups.xml	2006-04-21 19:11:10 UTC (rev 7369)
+++ trunk/applications/accounting/servicedef/groups.xml	2006-04-21 19:12:43 UTC (rev 7370)
@@ -27,6 +27,7 @@
     <group name="createCreditCardAndAddress" send-mode="all">
         <service name="createPostalAddress" mode="sync" result-to-context="true"/>
         <service name="createCreditCard" mode="sync"/>
+        <service name="createPartyContactMech" mode="sync"/>
     </group>
     <group name="updateCreditCardAndAddress" send-mode="all">
         <service name="updatePostalAddress" mode="sync" result-to-context="true"/>



More information about the Svn mailing list