Fix: tax doesn't include after discount.

This commit is contained in:
Htoi San Aung
2025-07-02 13:06:48 +06:30
committed by DevTeam
parent 96cef4197b
commit d571933caf
4 changed files with 8 additions and 3 deletions

View File

@@ -58,7 +58,6 @@
<% grand_rounding_adjustment = 0.0 %>
<% @sale_data.each do |result| %>
<% result[:items].each do |item| %>
<% byebug %>
<tr>
<td><%= item.receipt_no rescue '-' %> </td>
<td><%= item.receipt_date.strftime("%e %b %I:%M%p") rescue '-' %></td>