Fix: tax doesn't include after discount.
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user