Add customer name to details

This commit is contained in:
2024-04-03 11:47:38 -04:00
parent c14b590083
commit c7a313e9ed
2 changed files with 7 additions and 0 deletions

View File

@@ -1,5 +1,11 @@
<table>
<tbody>
<tr>
<th><%=t(:label_name)%></th>
<td><%= customer.name %></td>
</tr>
<tr>
<th><%=t(:label_email)%></th>
<td><%= customer.email %></td>