From ce34bb97930ea97d4abe4ac9c3227654b5d00a62 Mon Sep 17 00:00:00 2001 From: rohitwaghchaure Date: Fri, 13 Sep 2024 12:03:57 +0530 Subject: [PATCH] fix: item list view in website (#43165) --- erpnext/stock/doctype/item/templates/item_row.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/item/templates/item_row.html b/erpnext/stock/doctype/item/templates/item_row.html index f81fc1d8743a..809ac838ccb0 100644 --- a/erpnext/stock/doctype/item/templates/item_row.html +++ b/erpnext/stock/doctype/item/templates/item_row.html @@ -1,4 +1,4 @@
- {{ title }} + {{ title or name }}