Signed-off-by: Adrian Hinz <ahinz@voicetelecom.pl>
This commit is contained in:
parent
95a88dedd0
commit
0df227cd43
|
|
@ -95,7 +95,7 @@
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
||||||
<%= @invoice.invoice_products.each_with_index do |invoice_product, index| %>
|
<% @invoice.invoice_products.each_with_index do |invoice_product, index| %>
|
||||||
<tr>
|
<tr>
|
||||||
<td><%= index + 1 %></td>
|
<td><%= index + 1 %></td>
|
||||||
<td><%= invoice_product.product.name %></td>
|
<td><%= invoice_product.product.name %></td>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue