// Fix default carrier selection on backoffice order

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14660 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-04-16 14:03:07 +00:00
parent 285becae29
commit 1e1970e13c
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() {