diff --git a/erpnext/public/js/pos/pos_item.html b/erpnext/public/js/pos/pos_item.html index 7f412d6665..1235db9b84 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 %}