Author: jleroux
Date: Tue Apr 21 12:50:50 2009
New Revision: 767128
URL:
http://svn.apache.org/viewvc?rev=767128&view=revLog:
Applied fix from trunk for revision: 767060
Modified:
ofbiz/branches/release09.04/ (props changed)
ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/controller.xml
Propchange: ofbiz/branches/release09.04/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Tue Apr 21 12:50:50 2009
@@ -1 +1 @@
-/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800
+/ofbiz/trunk:765933,766011,766015,766293,766307,766316,766325,766462,766522,766800,767060
Modified: ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/controller.xml
URL:
http://svn.apache.org/viewvc/ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/controller.xml?rev=767128&r1=767127&r2=767128&view=diff==============================================================================
--- ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/controller.xml (original)
+++ ofbiz/branches/release09.04/applications/party/webapp/partymgr/WEB-INF/controller.xml Tue Apr 21 12:50:50 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>