Skip to content

Commit

Permalink
Merge pull request #1243 from prabhat-webkul/fix-1240
Browse files Browse the repository at this point in the history
fixed #1240
  • Loading branch information
jitendra-webkul authored Jun 12, 2024
2 parents 319d500 + 99a174f commit 36f16f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@

<td class="text-center">{!! core()->formatBasePrice($item->tax_amount, true) !!}</td>

<td class="text-center">{!! core()->formatBasePrice($item->total + $item->tax_amount, true) !!}</td>
<td class="text-center">{!! core()->formatBasePrice($item->total + $item->tax_amount - $item->discount_amount, true) !!}</td>
</tr>
@endforeach

Expand Down

0 comments on commit 36f16f1

Please sign in to comment.