diff --git a/erpnext/accounts/print_format/gst_e_invoice/gst_e_invoice.html b/erpnext/accounts/print_format/gst_e_invoice/gst_e_invoice.html
index 9827e00b71b..8eef2adce3e 100644
--- a/erpnext/accounts/print_format/gst_e_invoice/gst_e_invoice.html
+++ b/erpnext/accounts/print_format/gst_e_invoice/gst_e_invoice.html
@@ -152,7 +152,7 @@
{{ frappe.utils.fmt_money(value_details.CesVal, None, "INR") }} |
{{ frappe.utils.fmt_money(0, None, "INR") }} |
{{ frappe.utils.fmt_money(value_details.Discount, None, "INR") }} |
- {{ frappe.utils.fmt_money(0, None, "INR") }} |
+ {{ frappe.utils.fmt_money(value_details.OthChrg, None, "INR") }} |
{{ frappe.utils.fmt_money(value_details.RndOffAmt, None, "INR") }} |
{{ frappe.utils.fmt_money(value_details.TotInvVal, None, "INR") }} |