Fix tax amount in customer portal (#36453)

The net total is the value that is currently being displayed instead of the tax amount.
This commit is contained in:
Babuuu 2023-08-15 06:24:06 +03:00 committed by GitHub
parent d77b0295fa
commit 89e89de961
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
{{ d.description }}
</div>
<div class="item-grand-total col-4 text-right pr-0">
{{ doc.get_formatted("net_total") }}
{{ d.get_formatted("base_tax_amount") }}
</div>
</div>
</div>