Author: mor
Date: Tue Dec 8 12:56:46 2009
New Revision: 888381
URL: http://svn.apache.org/viewvc?rev=888381&view=rev
Log:
Removed assignment operator from the value being saved.
Modified:
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
Modified:
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl?rev=888381&r1=888380&r2=888381&view=diff
==============================================================================
---
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
(original)
+++
ofbiz/trunk/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
Tue Dec 8 12:56:46 2009
@@ -316,7 +316,7 @@
<#else>
<form name="defaultPaymentMethodForm" method="post"
action="<@ofbizUrl>setprofiledefault/viewprofile</@ofbizUrl>">
<input type="hidden" name="productStoreId"
value="${productStoreId}" />
- <input type="hidden" name="defaultPayMeth"
value="=${paymentMethod.paymentMethodId}" />
+ <input type="hidden" name="defaultPayMeth"
value="${paymentMethod.paymentMethodId}" />
<input type="hidden" name="partyId"
value="${party.partyId}" />
<input type="submit"
value="${uiLabelMap.EcommerceSetDefault}" class="button" />
</form>