From bea755890839c34d54db831f90f666bfa726ef8f Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Mon, 14 Mar 2016 17:47:36 +0530 Subject: [PATCH] [fixes]indicator in material request item --- erpnext/templates/form_grid/material_request_grid.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/templates/form_grid/material_request_grid.html b/erpnext/templates/form_grid/material_request_grid.html index 8016316cd8..866c06e586 100644 --- a/erpnext/templates/form_grid/material_request_grid.html +++ b/erpnext/templates/form_grid/material_request_grid.html @@ -11,7 +11,7 @@ {% } else { %}
- {%= doc.item_code %} + {%= doc.item_code %} {% if(doc.item_name != doc.item_code) { %}
{%= doc.item_name %}{% } %}