Add text align for rate in invoice detail page

This commit is contained in:
nicolas.dorier 2018-03-12 11:02:02 +09:00
parent 936ae64ca3
commit dc3b3077c2

View file

@ -165,7 +165,7 @@
{
<tr>
<td>@payment.PaymentMethod</td>
<td>@payment.Rate</td>
<td style="text-align:right;">@payment.Rate</td>
<td>@payment.Paid</td>
<td>@payment.Due</td>
<td>@payment.Address</td>