Skip to content
Snippets Groups Projects
Commit b7e39e30 authored by Ievgen Shakhsuvarov's avatar Ievgen Shakhsuvarov
Browse files

MAGETWO-39192: There is no Edit link for billing address with virtual quote

parent de04a0ed
Branches
No related merge requests found
......@@ -43,7 +43,7 @@ define(
isAddressSameAsShipping: false
});
quote.billingAddress.subscribe(function(newAddress) {
this.isAddressSameAsShipping(newAddress == quote.shippingAddress());
this.isAddressSameAsShipping(newAddress == quote.shippingAddress() && !quote.isVirtual());
this.isAddressDetailsVisible(true);
}, this);
return this;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment