// fixed little issue

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@10636 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
aFolletete
2011-11-23 23:05:56 +00:00
parent 04a3aab393
commit 3d39e32c43
+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}