Author: jleroux
Date: Sat Dec 2 07:26:36 2006
New Revision: 481566
URL:
http://svn.apache.org/viewvc?view=rev&rev=481566Log:
A patch from Ismail Cansiz :<<Bug in "Update Url/Web Address">> (
https://issues.apache.org/jira/browse/OFBIZ-507)
Modified:
incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl
Modified: incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl?view=diff&rev=481566&r1=481565&r2=481566==============================================================================
--- incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl (original)
+++ incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl Sat Dec 2 07:26:36 2006
@@ -103,6 +103,7 @@
<form method="post" action='<@ofbizUrl>${requestName}</@ofbizUrl>' name="editcontactmechform">
<input type="hidden" name="DONE_PAGE" value='${donePage}'>
<input type="hidden" name="contactMechId" value='${contactMechId}'>
+ <input type="hidden" name="contactMechTypeId" value='${contactMechTypeId}'>
</#if>
<#if contactMechTypeId = "POSTAL_ADDRESS">
@@ -223,5 +224,6 @@
<a href="<@ofbizUrl>authview/${donePage}</@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
</#if>
</#if>
+