// fixed little issue

This commit is contained in:
aFolletete
2011-11-23 23:05:56 +00:00
parent cc1578c8b7
commit f332021edb
+1 -1
View File
@@ -266,8 +266,8 @@
<tr>
<td>{dateFormat date=$payment->date_add full=true}</td>
<td>{$payment->payment_method}</td>
<td>{displayPrice price=$payment->amount currency=$payment->id_currency}</td>
<td>{$payment->transaction_id}</td>
<td>{displayPrice price=$payment->amount currency=$payment->id_currency}</td>
<td></td>
</tr>
{/foreach}