Skip to content

Commit

Permalink
Merge pull request PrestaShop#2425 from adastier/patch-2
Browse files Browse the repository at this point in the history
// clean up var initial_price declaration
  • Loading branch information
tchauviere committed Jan 29, 2015
2 parents fdb95f0 + b7f6b9b commit 0e78de0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/default-bootstrap/js/cart-summary.js
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ function updateCartSummary(json)
var reduction_type = product_list[i].reduction_type;
var reduction_symbol = '';
var initial_price_text = '';
initial_price = '';
var initial_price = '';

if (typeof(product_list[i].price_without_quantity_discount) !== 'undefined')
initial_price = formatCurrency(product_list[i].price_without_quantity_discount, currencyFormat, currencySign, currencyBlank);
Expand Down

0 comments on commit 0e78de0

Please sign in to comment.