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:
parent
d77b0295fa
commit
89e89de961
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user