diff --git a/erpnext/templates/includes/transaction_row.html b/erpnext/templates/includes/transaction_row.html index 72d498c998..a498ba0eef 100644 --- a/erpnext/templates/includes/transaction_row.html +++ b/erpnext/templates/includes/transaction_row.html @@ -15,10 +15,14 @@ {{ doc.items_preview }} - {% if doc.get('grand_total') %} + {% if doc.is_rounded_total_disabled() and doc.get('grand_total') %}