svn commit: r419441 - /incubator/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
Posted by
hansbak-2 on
Jul 06, 2006; 6:28am
URL: http://ofbiz.116.s1.nabble.com/svn-commit-r419441-incubator-ofbiz-trunk-applications-accounting-webapp-accounting-WEB-INF-controllel-tp208401.html
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>