You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2009/04/21 09:48:20 UTC

svn commit: r767060 - /ofbiz/trunk/applications/party/webapp/partymgr/WEB-INF/controller.xml

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>