You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by bi...@apache.org on 2008/01/22 12:21:54 UTC

svn commit: r614176 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl

Author: bibryam
Date: Tue Jan 22 03:21:43 2008
New Revision: 614176

URL: http://svn.apache.org/viewvc?rev=614176&view=rev
Log:
A patch from Raj Saini "Security permisson error while editing party profile." - OFBIZ-1591

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl?rev=614176&r1=614175&r2=614176&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/customer/editperson.ftl Tue Jan 22 03:21:43 2008
@@ -27,6 +27,7 @@
 &nbsp;<a href='<@o...@ofbizUrl>' class="buttontext">${uiLabelMap.CommonGoBack}</a>
 &nbsp;<a href="javascript:document.editpersonform.submit()" class="buttontext">${uiLabelMap.CommonSave}</a>
 
+<input type="hidden" name="partyId" value="${person.partyId?if_exists}">
 <table width="90%" border="0" cellpadding="2" cellspacing="0">
     <tr>
       <td width="26%" align="right"><div class="tabletext">${uiLabelMap.CommonTitle}</div></td>