From a6a7c6c198893c333c46040eace8dbe1bb0132f2 Mon Sep 17 00:00:00 2001 From: Paul Driver Date: Mon, 3 May 2010 17:24:29 -0700 Subject: [PATCH] fixing possible price summary update bug --- www/extras/shop/cart.js | 1 + 1 file changed, 1 insertion(+) diff --git a/www/extras/shop/cart.js b/www/extras/shop/cart.js index 49b8b4fef..92e92ad44 100644 --- a/www/extras/shop/cart.js +++ b/www/extras/shop/cart.js @@ -119,6 +119,7 @@ this.getSelectAddress(d.billing, function (address) { fillIn(e.shipping, address); self.computePerItemShippingOptions(); + self.updateSummary(); }); },