You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jo...@apache.org on 2007/04/04 07:11:58 UTC

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

Author: jonesde
Date: Tue Apr  3 22:11:57 2007
New Revision: 525404

URL: http://svn.apache.org/viewvc?view=rev&rev=525404
Log:
Fixed the rest of the typo... the type fix from earlier was incomplete and actually broke this

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

Modified: ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml?view=diff&rev=525404&r1=525403&r2=525404
==============================================================================
--- ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/accounting/webapp/accounting/WEB-INF/controller.xml Tue Apr  3 22:11:57 2007
@@ -1312,7 +1312,7 @@
     </request-map>
     
     <!-- ================ Financial Summary Report requests ================== -->
-    <request-map uri="FinancialSummryReportOptions"><security https="true" auth="true"/><response name="success" type="view" value="FinancialSummryReportOptions"/></request-map>
+    <request-map uri="FinancialSummaryReportOptions"><security https="true" auth="true"/><response name="success" type="view" value="FinancialSummaryReportOptions"/></request-map>
     <request-map uri="SalesInvoiceSummary"><security https="true" auth="true"/><response name="success" type="view" value="SalesInvoiceSummary"/></request-map>
     <!-- end of request mappings -->