Skip to content

Commit b1133d9

Browse files
committedOct 28, 2011
Fix a typo in the cart.
1 parent 36dec3b commit b1133d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/WebGUI/Shop/Cart.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1226,7 +1226,7 @@ sub www_view {
12261226
$addressBook->appendAddressFormVars(\%var, 'shipping_', $shippingAddressData);
12271227
$addressBook->appendAddressFormVars(\%var, 'billing_', $billingAddressData);
12281228

1229-
my $has_billing_addr - $self->get('billingAddressId') ? 1 : 0;
1229+
my $has_billing_addr = $self->get('billingAddressId') ? 1 : 0;
12301230

12311231
$var{sameShippingAsBilling} = WebGUI::Form::yesNo($session, {
12321232
name => 'sameShippingAsBilling',

0 commit comments

Comments
 (0)