[OFBiz] SVN: r6464 - trunk/applications/marketing/servicedef
jacopo@svn.ofbiz.org
jacopo at svn.ofbiz.org
Wed Jan 4 00:27:35 CST 2006
Author: jacopo
Date: 2006-01-04 00:27:29 -0600 (Wed, 04 Jan 2006)
New Revision: 6464
Modified:
trunk/applications/marketing/servicedef/services.xml
Log:
Deleted duplicated definition for the service "updateTrackingCodeType".
Thanks to Daniel Kunkel for the bug report.
Modified: trunk/applications/marketing/servicedef/services.xml
===================================================================
--- trunk/applications/marketing/servicedef/services.xml 2006-01-03 17:03:21 UTC (rev 6463)
+++ trunk/applications/marketing/servicedef/services.xml 2006-01-04 06:27:29 UTC (rev 6464)
@@ -175,14 +175,6 @@
<auto-attributes include="pk" mode="IN" optional="false"/>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
</service>
-
- <service name="updateTrackingCodeType" default-entity-name="TrackingCodeType" engine="simple"
- location="org/ofbiz/marketing/tracking/TrackingCodeServices.xml" invoke="updateTrackingCodeType" auth="true">
- <description>Update a TrackingCode Type</description>
- <auto-attributes include="pk" mode="IN" optional="false"/>
- <auto-attributes include="nonpk" mode="IN" optional="true"/>
- </service>
-
<service name="deleteTrackingCode" default-entity-name="TrackingCode" engine="simple"
location="org/ofbiz/marketing/tracking/TrackingCodeServices.xml" invoke="deleteTrackingCode" auth="true">
<description>Update a TrackingCode record</description>
More information about the Svn
mailing list