svn commit: r419441 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml

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

svn commit: r419441 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml

hansbak-2
Author: hansbak
Date: Wed Jul  5 22:28:31 2006
New Revision: 419441

URL: http://svn.apache.org/viewvc?rev=419441&view=rev
Log:
 fixes OFBIZ-61 apache svn

Modified:
    incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml

Modified: incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml?rev=419441&r1=419440&r2=419441&view=diff
==============================================================================
--- incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml (original)
+++ incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml Wed Jul  5 22:28:31 2006
@@ -402,7 +402,7 @@
     <!-- GlAccount requests -->
     <request-map uri="createGlJournalEntry">
         <security https="true" auth="true"/>
-        <event type="service" invoke="createGlAccountRole"/>
+        <event type="service" invoke="createGlJournalEntry"/>
         <response name="success" type="view" value="EditGlJournalEntry"/>
         <response name="error" type="view" value="EditGlJournalEntry"/>
     </request-map>