Merge pull request #12529 from edx/malikshahzad228/WL-484

WL-484: Receipt total bill cell alignment fixed
This commit is contained in:
Malik Shahzad
2016-05-23 17:15:03 +05:00

View File

@@ -45,8 +45,9 @@
<tfoot>
<tr>
<th scope="row" class="total-label" colspan="1"><%- gettext( "Total" ) %></th>
<td class="total-value" colspan="3">
<th scope="row" class="total-label"><%- gettext( "Total" ) %></th>
<td colspan="2"></td>
<td class="total-value">
<span class="value-amount"><%- receipt.totalCost %></span>
<span class="value-currency">(<%- receipt.currency.toUpperCase() %>)</span>
</td>