PhysicalAddress to_s

This commit is contained in:
2022-02-20 14:52:11 -05:00
parent 09313ad471
commit 45b60cfea1
2 changed files with 18 additions and 7 deletions

View File

@@ -17,12 +17,12 @@
<tr>
<th><%=t(:label_billing_address)%></th>
<td><%= customer.billing_address %></td>
<td><%= @billing_address %></td>
</tr>
<tr>
<th><%=t(:label_shipping_address)%></th>
<td><%= customer.shipping_address %></td>
<td><%= @shipping_address %></td>
</tr>
<tr>
@@ -35,11 +35,6 @@
<td>$<%= customer.balance %></td>
</tr>
<tr>
<th><%=t(:label_balance_with_jobs)%></th>
<td>$<%= customer.balance_with_jobs %></td>
</tr>
<tr>
<th><%=t(:field_notes)%></th>
<td><%= customer.notes %></td>