diff --git a/erpnext/templates/print_formats/includes/item_grid.html b/erpnext/templates/print_formats/includes/item_grid.html index 1d09f73feca..7e1d1a62cfb 100644 --- a/erpnext/templates/print_formats/includes/item_grid.html +++ b/erpnext/templates/print_formats/includes/item_grid.html @@ -9,9 +9,13 @@ {{ _("Sr") }} {{ _("Item") }} - {{ _("Qty") }} - {% if not hide_rate -%}{{ _("Rate") }}{%- endif %} - {% if not hide_amount -%}{{ _("Amount") }}{%- endif %} + {{ _(data[0].meta.get_label("qty")) }} + {% if not hide_rate -%} + {{ _(data[0].meta.get_label("rate")) }} + {%- endif %} + {% if not hide_amount -%} + {{ _(data[0].meta.get_label("amount")) }} + {%- endif %} {%- for row in data -%}