mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2025-11-08 17:04:23 -05:00
Update _details.html.erb
This commit is contained in:
@@ -30,11 +30,6 @@
|
|||||||
<td><%= customer.shipping_address %></td>
|
<td><%= customer.shipping_address %></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<tr>
|
|
||||||
<th>Notes</th>
|
|
||||||
<td><%= customer.notes %></td>
|
|
||||||
</tr>
|
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<th>Issues</th>
|
<th>Issues</th>
|
||||||
<td><%= customer.issues.count %></td>
|
<td><%= customer.issues.count %></td>
|
||||||
@@ -50,6 +45,11 @@
|
|||||||
<td>$<%= customer.balance_with_jobs %></td>
|
<td>$<%= customer.balance_with_jobs %></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
|
<tr>
|
||||||
|
<th>Notes</th>
|
||||||
|
<td><%= customer.notes %></td>
|
||||||
|
</tr>
|
||||||
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>
|
<td>
|
||||||
<%= button_to "Edit Customer", edit_customer_path(customer), method: :get%>
|
<%= button_to "Edit Customer", edit_customer_path(customer), method: :get%>
|
||||||
|
|||||||
Reference in New Issue
Block a user