// Fix default carrier selection on backoffice order

This commit is contained in:
rGaillard
2012-04-16 14:03:07 +00:00
parent 662f94c93a
commit 88f2c7944a
2 changed files with 14 additions and 2 deletions
@@ -60,7 +60,7 @@
$('#id_lang').change(function() {
updateLang();
});
$('#delivery_option,#carrier_recycled_package,#order_gift,#gift_message').change(function() {
$('#delivery_option,#carrier_recycled_package,#order_gift,#gift_message,#id_address_delivery').change(function() {
updateDeliveryOption();
});
$('#shipping_price').change(function() {