rev 560970 broke javascript
---------------------------

                 Key: OFBIZ-1201
                 URL: https://issues.apache.org/jira/browse/OFBIZ-1201
             Project: OFBiz
          Issue Type: Bug
          Components: ecommerce
    Affects Versions: SVN trunk
            Reporter: Wickersheimer Jeremy
            Priority: Minor


Another small issue i found out:
setPaymentInformation (ecommerce/webapp/ecommerce/order/paymentinformation.ftl) 
uses javascript for "Billing address is the same as the shipping address"

rev 560970 escaped the & => &amps; , but in the Javascript there is no need to 
escape HTML characters ... the url used in the window.location.replace still 
contain the escaped &amps; 

I will attach the patch for this file, maybe rayb should check if that broke 
other java scripts.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to