Author: hansbak
Date: Wed Jul  5 22:28:31 2006
New Revision: 419441
URL: 
http://svn.apache.org/viewvc?rev=419441&view=revLog:
 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>