svn commit: r591279 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r591279 - /ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl

jacopoc
Author: jacopoc
Date: Fri Nov  2 02:23:56 2007
New Revision: 591279

URL: http://svn.apache.org/viewvc?rev=591279&view=rev
Log:
Applied fix as suggested by Jonathon Wong in OFBIZ-1374... I'm not sure if it is the correct way of fixing this but at least it seems better than before: in fact the paymentMethodId field was not defined in the form.

Modified:
    ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl

Modified: ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl?rev=591279&r1=591278&r2=591279&view=diff
==============================================================================
--- ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl (original)
+++ ofbiz/trunk/applications/ecommerce/webapp/ecommerce/order/quickAnonPaymentInformation.ftl Fri Nov  2 02:23:56 2007
@@ -51,7 +51,7 @@
                } else {
                    document.getElementById("paymentInfoSection").innerHTML = evaldObj;
                }
-               if(formToSubmit.paymentMethodId.value != "") {
+               if(formToSubmit.paymentMethodTypeId.value != "") {
                    var result = invocation.proceed();
                    return result;
                }