// Improvement in the resolution of #PSCFV-2159 (I did not fix the bug, but I fixed a wrong display that hide the real bug)

This commit is contained in:
dMetzger
2012-05-03 13:14:36 +00:00
parent 79da53f097
commit 1eca832665
@@ -234,7 +234,7 @@
<p class="error" style="{if round($orders_total_paid_tax_incl, 2) == round($total_paid, 2) || $currentState->id == 6}display: none;{/if}">
{l s='Warning:'} {displayPrice price=$total_paid currency=$currency->id}
{l s='paid instead of'} <span class="total_paid">{displayPrice price=$order->total_paid_tax_incl currency=$currency->id}</span>
{l s='paid instead of'} <span class="total_paid">{displayPrice price=$orders_total_paid_tax_incl currency=$currency->id}</span>
</p>
{/if}