Skip to content

Commit

Permalink
Currency symbol
Browse files Browse the repository at this point in the history
  • Loading branch information
freddirkse committed Aug 26, 2011
1 parent 7b77248 commit f0e275e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/modules/ecommerce/views/order/show.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
</td>
</tr>
<tr>
<td>Amount: ${$bt->billing_cost|number_format:2}
<td>Amount: {currency_symbol}{$bt->billing_cost|number_format:2}
</td>
</tr>
{if $permissions.manage == 1}
Expand Down

0 comments on commit f0e275e

Please sign in to comment.