[OFBiz] SVN: r6836 - trunk/specialized/opentravelsystem/servicedef
hansbak@svn.ofbiz.org
hansbak at svn.ofbiz.org
Fri Feb 24 01:49:27 CST 2006
Author: hansbak
Date: 2006-02-24 01:49:18 -0600 (Fri, 24 Feb 2006)
New Revision: 6836
Modified:
trunk/specialized/opentravelsystem/servicedef/services.xml
Log:
OTS: removing more links to the ext accnt system.
Modified: trunk/specialized/opentravelsystem/servicedef/services.xml
===================================================================
--- trunk/specialized/opentravelsystem/servicedef/services.xml 2006-02-24 06:23:36 UTC (rev 6835)
+++ trunk/specialized/opentravelsystem/servicedef/services.xml 2006-02-24 07:49:18 UTC (rev 6836)
@@ -265,7 +265,7 @@
<override name="amount" optional="false"/>
</service>
<service name="createPaymentOfbiz" engine="simple" default-entity-name="Payment"
- location="org/ofbiz/accounting/payment/PaymentServicesExt.xml" invoke="createPayment" auth="true">
+ location="org/ofbiz/accounting/payment/PaymentServices.xml" invoke="createPayment" auth="true">
<description>Create a Payment</description>
<auto-attributes include="nonpk" mode="IN" optional="true"/>
<auto-attributes include="pk" mode="INOUT" optional="true"/>
@@ -287,7 +287,7 @@
<override name="statusId" mode = "IN" optional="false"/>
</service>
<service name="createInvoiceOfbiz" engine="simple" default-entity-name="Invoice"
- location="org/ofbiz/accounting/invoice/InvoiceServicesExt.xml" invoke="createInvoice">
+ location="org/ofbiz/accounting/invoice/InvoiceServices.xml" invoke="createInvoice">
<description>Create Invoice Record</description>
<auto-attributes mode="INOUT" include="pk" optional="true"/>
<auto-attributes mode="IN" include="nonpk" optional="true"/>
More information about the Svn
mailing list