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 2009/09/14 13:11:14 UTC

svn commit: r814581 - /ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl

Author: jleroux
Date: Mon Sep 14 11:11:13 2009
New Revision: 814581

URL: http://svn.apache.org/viewvc?rev=814581&view=rev
Log:
Fix commit r814577  (this is why I don't like to backport by hand)

Modified:
    ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl

Modified: ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl?rev=814581&r1=814580&r2=814581&view=diff
==============================================================================
--- ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl (original)
+++ ofbiz/branches/release09.04/specialpurpose/ecommerce/webapp/ecommerce/customer/viewprofile.ftl Mon Sep 14 11:11:13 2009
@@ -333,6 +333,7 @@
                             <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>
                         </#if>
                       </td>
                     </tr>