Fix a typo in the cart.
This commit is contained in:
parent
36dec3b094
commit
b1133d9118
1 changed files with 1 additions and 1 deletions
|
|
@ -1226,7 +1226,7 @@ sub www_view {
|
|||
$addressBook->appendAddressFormVars(\%var, 'shipping_', $shippingAddressData);
|
||||
$addressBook->appendAddressFormVars(\%var, 'billing_', $billingAddressData);
|
||||
|
||||
my $has_billing_addr - $self->get('billingAddressId') ? 1 : 0;
|
||||
my $has_billing_addr = $self->get('billingAddressId') ? 1 : 0;
|
||||
|
||||
$var{sameShippingAsBilling} = WebGUI::Form::yesNo($session, {
|
||||
name => 'sameShippingAsBilling',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue