[-] BO : #PSFV-491 - Fixed problem with multishipping and summary cart

This commit is contained in:
mDeflotte
2012-01-17 08:59:22 +00:00
parent 6334d0af0e
commit 28affba09b
+1 -1
View File
@@ -734,7 +734,7 @@ function multishippingMode(it)
$('#address_invoice').removeClass('item').addClass('alternate_item');
$('#multishipping_mode_box').removeClass('on');
$('.addressesAreEquals').show();
if ($('.addressesAreEquals').find('input:checked')) {
if ($('.addressesAreEquals').find('input:checked').length) {
$('#address_invoice_form').hide();
} else {
$('#address_invoice_form').show();