Skip to content

Commit

Permalink
Display bank transfer cost in pounds, not pence (#199)
Browse files Browse the repository at this point in the history
It does not cost £10,500 to renew by bank transfer.
  • Loading branch information
irisfaraway committed Jun 25, 2018
1 parent eb4de52 commit 6816eaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/bank_transfer_forms/new.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</tr>
<tr>
<td><%= t(".uk_payment_table.total_cost.label") %></td>
<td>£<%= @bank_transfer_form.total_to_pay %></td>
<td>£<%= display_pence_as_pounds(@bank_transfer_form.total_to_pay) %></td>
</tr>
<tr>
<td><%= t(".uk_payment_table.account_name.label") %></td>
Expand Down

0 comments on commit 6816eaa

Please sign in to comment.