// Fix bug display final price when country have no display tax

This commit is contained in:
Jerome Nadaud
2013-10-15 15:06:38 +02:00
parent 5fd6b9aac6
commit 6c6c3b240e
@@ -263,7 +263,7 @@ $(document).ready(function () {
<div class="col-lg-9 col-lg-offset-3">
<div class="alert alert-success">
<strong>{l s='Final retail price:'}</strong>
<span {if !$country_display_tax_label}style="display:none"{/if} >
<span>
{$currency->prefix}
<span id="finalPrice" >0.00</span>
{$currency->suffix}