Fix a syntax error in the Transaction.

This commit is contained in:
Colin Kuskie 2011-04-18 12:03:31 -07:00
parent cf36a1510f
commit 9065aa9eb8

View file

@ -490,7 +490,7 @@ sub getTransactionVars {
%{$item->get},
%taxVars,
viewItemUrl => $url->page('shop=transaction;method=viewItem;transactionId='.$self->getId.';itemId='.$item->getId, 1),
hasSku => $hasSku,
hasSku => $has_sku,
price => sprintf( "%.2f", $item->get('price') ),
pricePlusTax => sprintf( "%.2f", $price + $taxAmount ),
extendedPrice => sprintf( "%.2f", $quantity * $price ),