This commit is contained in:
Rémi Gaillard
2013-11-06 17:11:31 +01:00
parent d0522417eb
commit ef5779f63f
+1 -1
View File
@@ -792,7 +792,7 @@ function refreshDeliveryOptions()
$.each($('.delivery_option_radio'), function() {
if ($(this).prop('checked'))
{
if ($(this).parent().find('.delivery_option_carrier .not-displayable').length == 0)
if ($(this).parent().find('.delivery_option_carrier.not-displayable').length == 0)
$(this).parent().find('.delivery_option_carrier').show();
var carrier_id_list = $(this).val().split(',');
carrier_id_list.pop();