Moved customer issue counts

This commit is contained in:
2022-02-20 15:22:31 -05:00
parent fc7501c4fe
commit 70e6038215
3 changed files with 7 additions and 9 deletions

View File

@@ -25,11 +25,6 @@
<td><%= @shipping_address %></td>
</tr>
<tr>
<th><%=t(:issues)%></th>
<td><%= customer.issues.count %></td>
</tr>
<tr>
<th><%=t(:label_account_balance)%></th>
<td>$<%= customer.balance %></td>