diff --git a/erpnext/templates/emails/reorder_item.html b/erpnext/templates/emails/reorder_item.html index c4039e3ee0a..c1aa8970385 100644 --- a/erpnext/templates/emails/reorder_item.html +++ b/erpnext/templates/emails/reorder_item.html @@ -7,8 +7,9 @@ {{ _("Item") }} {{ _("Warehouse") }} - {{ _("Quantity") }} + {{ _("Quantity") }} {{ _("UOM") }} + {{ _("Balance Qty") }} @@ -21,6 +22,7 @@ {{ item.warehouse }} {{ item.qty }} {{ item.uom }} + {{ item.balance_qty }} {%- endfor %}