[-] BO : fixed bug when carrier is free and change shipping method

This commit is contained in:
Vincent Augagneur
2013-08-12 15:17:28 +02:00
parent bae9df61dc
commit 7ff8e44386
+1 -1
View File
@@ -64,7 +64,7 @@ function displayRangeType()
$('.price_unit').show();
$('.weight_unit').hide();
}
is_freeClick($('input[name="is_free"]:checked'));
$('.range_type').html(string);
}