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

@@ -174,6 +174,7 @@
<% end %>
<% end %>
</td>
<td class="item-attr"><strong><span id="total_tax"><%= number_with_precision(@sale_data.total_tax, precision: precision.to_i ) rescue number_with_precision(0, precision: precision.to_i )%></span></strong></td>
</tr>
<tr>