[-] BO : Fix bug #PSCFV-8619 update order weight when modifying products

This commit is contained in:
gRoussac
2013-07-01 11:32:09 +02:00
parent c90e574cb8
commit f824b537cf
4 changed files with 78 additions and 16 deletions
+4
View File
@@ -268,6 +268,10 @@ function updateAmounts(order)
$(this).html(old_quantity + 1);
$(this).fadeIn('slow');
});
$('#shipping_table .weight').fadeOut('slow', function() {
$(this).html(order.weight);
$(this).fadeIn('slow');
});
}
function closeAddProduct()