From e355f9978609837aed8a3961879be5a59f94023e Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Thu, 20 Jul 2017 17:51:19 +0530 Subject: [PATCH] Remove ellipsis in title and description (#9992) --- erpnext/templates/includes/products_as_list.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/erpnext/templates/includes/products_as_list.html b/erpnext/templates/includes/products_as_list.html index 20ca59daf35..8418a90ba09 100644 --- a/erpnext/templates/includes/products_as_list.html +++ b/erpnext/templates/includes/products_as_list.html @@ -6,12 +6,12 @@ {{ product_image_square(thumbnail or website_image) }}
-
{{ item_name }}
+
{{ item_name }}
{% set website_description = website_description or description %} {% if website_description != item_name %} -
{{ website_description or description }}
+
{{ website_description or description }}
{% elif item_code != item_name %} -
{{ _('Item Code') }}: {{ item_code }}
+
{{ _('Item Code') }}: {{ item_code }}
{% endif %}