diff --git a/erpnext/templates/includes/order/order_taxes.html b/erpnext/templates/includes/order/order_taxes.html index 0060ab39cc..d7b9620fa0 100644 --- a/erpnext/templates/includes/order/order_taxes.html +++ b/erpnext/templates/includes/order/order_taxes.html @@ -19,7 +19,7 @@ {{ d.description }}
- {{ doc.get_formatted("net_total") }} + {{ d.get_formatted("base_tax_amount") }}