update edit qty and price and cash and credit div in payment details

This commit is contained in:
Aung Myo
2017-07-06 12:54:04 +06:30
parent f6e52fd619
commit 040d60402b
5 changed files with 67 additions and 58 deletions

View File

@@ -176,14 +176,13 @@
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