From 70d3dd399c05982044ad1eaafa2bd993bd0be751 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Wed, 4 Jan 2012 15:01:44 +0000 Subject: [PATCH] // Fix js error with OPC on IE9 --- themes/default/js/order-opc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/default/js/order-opc.js b/themes/default/js/order-opc.js index ff9d8397a..402c124f0 100644 --- a/themes/default/js/order-opc.js +++ b/themes/default/js/order-opc.js @@ -737,7 +737,7 @@ function multishippingMode(it) url: orderOpcUrl, async: true, cache: false, - data: 'ajax=true&method=noMultiAddressDelivery', + data: 'ajax=true&method=noMultiAddressDelivery' }); // Reload the cart