a number of bug fixes
This commit is contained in:
parent
cdc48cf9f6
commit
8dd5a6bd2c
9 changed files with 134 additions and 145 deletions
|
|
@ -159,7 +159,6 @@ Returns the WebGUI::Shop::Address object that is attached to this item for shipp
|
|||
|
||||
sub getShippingAddress {
|
||||
my $self = shift;
|
||||
|
||||
my $addressId = $self->get("shippingAddressId") || $self->cart->get("shippingAddressId");
|
||||
return $self->cart->getAddressBook->getAddress($addressId);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue