Merge branch 'adminbsb_material_ui'

This commit is contained in:
Aung Myo
2018-06-22 17:53:22 +06:30

View File

@@ -88,7 +88,7 @@
<% if sale.status_type == "Discount"
total_qty += sale.total_item*(-1)
end %>
<% if sale.remark =="promotion"
<% if sale.status_type =="promotion" && @type == "promotion"
total_qty += sale.total_item*(-1)
end %>
<!-- end all total qty -->
@@ -150,7 +150,7 @@
sub_qty += sale.total_item*(-1)
end %>
<% if sale.remark == "promotion"
<% if sale.status_type == "promotion" && @type == "promotion"
sub_qty += sale.total_item*(-1)
end %>
<% if count == value %>