svn commit: r767060 - /ofbiz/trunk/applications/party/webapp/partymgr/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: r767060 - /ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

jleroux@apache.org
Author: jleroux
Date: Tue Apr 21 07:48:20 2009
New Revision: 767060

URL: http://svn.apache.org/viewvc?rev=767060&view=rev
Log:
Complete r765808 and r765798
One more time caught by a file edited in Eclipse and not saved during S/R

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

Modified: ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml?rev=767060&r1=767059&r2=767060&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml Tue Apr 21 07:48:20 2009
@@ -274,7 +274,6 @@
     <request-map uri="updateCreditCard">
         <security https="true" auth="true"/>
         <event type="simple" path="component://accounting/script/org/ofbiz/accounting/payment/PaymentMethodEvents.xml" invoke="updateCreditCard"/>
-
         <response name="success" type="view" value="editcreditcard"/>
         <response name="error" type="view" value="editcreditcard"/>
     </request-map>