update edit
This commit is contained in:
@@ -176,12 +176,14 @@
|
||||
unless sale_item.price == 0
|
||||
count += 1
|
||||
%>
|
||||
<% if sale_item.remark != 'void' %>
|
||||
<tr>
|
||||
<td><%= count %></td>
|
||||
<td class='item-name'><%= sale_item.product_name %></td>
|
||||
<td class='item-attr'><%= sale_item.qty %></td>
|
||||
<td class='item-attr'><%= sale_item.price %></td>
|
||||
</tr>
|
||||
<%end%>
|
||||
<%
|
||||
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user