mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
PhysicalAddress to_s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user