From a5003f8f5b130b0d273c16a5a8a5d1483dbf88c8 Mon Sep 17 00:00:00 2001 From: Vishal Dhayagude Date: Tue, 20 Feb 2018 11:14:54 +0530 Subject: [PATCH] [minor] Balance Qty added in reorder level email notification (#13000) --- erpnext/templates/emails/reorder_item.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 %}