From 61092c0a884f0d66376fa8b4aae5fd99f8bc3461 Mon Sep 17 00:00:00 2001 From: Nabin Hait Date: Tue, 5 May 2015 12:15:21 +0530 Subject: [PATCH] Pos item view: show item name and item code --- erpnext/public/js/pos/pos_item.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/public/js/pos/pos_item.html b/erpnext/public/js/pos/pos_item.html index 7f412d66653..1235db9b84c 100644 --- a/erpnext/public/js/pos/pos_item.html +++ b/erpnext/public/js/pos/pos_item.html @@ -3,7 +3,7 @@ style="{% if (item_image) { %} background-image: {%= item_image %} {% } %}">
-
{%= item_code %}
+
{%= item_name ? (item_name + " (" + item_code + ")") : item_code %}
{%= item_price %}