Skip to content

Commit 74dc037

Browse files
uds5501abhinavk96
authored andcommitted
using default USD (#2403)
1 parent cb1fb17 commit 74dc037

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/templates/admin/sales/locations.hbs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@
2626
<tr>
2727
<td>{{entry.locationName}}</td>
2828
<td class="right aligned">{{entry.sales.completed.ticket_count}}</td>
29-
<td class="right aligned">{{currency-symbol entry.paymentCurrency}} {{number-format entry.sales.completed.sales_total}}</td>
29+
<td class="right aligned">US$ {{number-format entry.sales.completed.sales_total}}</td>
3030
<td class="right aligned">{{entry.sales.placed.ticket_count}}</td>
31-
<td class="right aligned">{{currency-symbol entry.paymentCurrency}} {{number-format entry.sales.placed.sales_total}}</td>
31+
<td class="right aligned">US$ {{number-format entry.sales.placed.sales_total}}</td>
3232
<td class="right aligned">{{entry.sales.pending.ticket_count}}</td>
33-
<td class="right aligned">{{currency-symbol entry.paymentCurrency}} {{number-format entry.sales.pending.sales_total}}</td>
33+
<td class="right aligned">US$ {{number-format entry.sales.pending.sales_total}}</td>
3434
</tr>
3535
{{/each}}
3636
</tbody>

0 commit comments

Comments
 (0)