svn commit: r547978 - /ofbiz/branches/release4.0/applications/accounting/servicedef/services_finaccount.xml

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

svn commit: r547978 - /ofbiz/branches/release4.0/applications/accounting/servicedef/services_finaccount.xml

lektran
Author: lektran
Date: Sat Jun 16 13:46:32 2007
New Revision: 547978

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

Modified:
    ofbiz/branches/release4.0/applications/accounting/servicedef/services_finaccount.xml

Modified: ofbiz/branches/release4.0/applications/accounting/servicedef/services_finaccount.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release4.0/applications/accounting/servicedef/services_finaccount.xml?view=diff&rev=547978&r1=547977&r2=547978
==============================================================================
--- ofbiz/branches/release4.0/applications/accounting/servicedef/services_finaccount.xml (original)
+++ ofbiz/branches/release4.0/applications/accounting/servicedef/services_finaccount.xml Sat Jun 16 13:46:32 2007
@@ -194,7 +194,7 @@
         <implements service="ccCaptureInterface"/>
     </service>
     <service name="ofbFaRelease" engine="java"
-             location="org.ofbiz.accounting.finaccount.FinAccountPaymentServices" invoke="finAccountRelease" auth="true">
+             location="org.ofbiz.accounting.finaccount.FinAccountPaymentServices" invoke="finAccountReleaseAuth" auth="true">
         <description>Release authorizations back to a financial account.</description>
         <implements service="paymentReleaseInterface"/>
     </service>