From 29a919c24fa554cd853ed0ed6121e7307e27f420 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Fri, 12 Apr 2013 16:45:54 +0200 Subject: [PATCH] [-] FO: Fix bug too much call of updateCartSummary when OPC and cart rule --- themes/default/js/order-opc.js | 1 - 1 file changed, 1 deletion(-) diff --git a/themes/default/js/order-opc.js b/themes/default/js/order-opc.js index 53d1e8f46..c053b38c2 100644 --- a/themes/default/js/order-opc.js +++ b/themes/default/js/order-opc.js @@ -401,7 +401,6 @@ function updateNewAccountToAddressBlock() $.each(json.summary.products, function() { updateAddressId(this.id_product, this.id_product_attribute, '0', this.id_address_delivery); }); - updateCartSummary(json.summary); updateAddressesDisplay(true); updateCarrierList(json.carrier_data); updateCarrierSelectionAndGift();