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 2006/12/02 16:26:39 UTC

svn commit: r481566 - /incubator/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editcontactmech.ftl

Author: jleroux
Date: Sat Dec  2 07:26:36 2006
New Revision: 481566

URL: http://svn.apache.org/viewvc?view=rev&rev=481566
Log:
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='<@o...@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 @@
     &nbsp;<a href="<@o...@ofbizUrl>" class="buttontext">${uiLabelMap.CommonGoBack}</a>
   </#if>
 </#if>
+