From c1a6c56217b326f4c948145c507c87bbc987bafc Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Fri, 13 Sep 2024 13:29:58 +0530 Subject: [PATCH] fix: item list view in website (backport #43165) (#43207) fix: item list view in website (#43165) (cherry picked from commit ce34bb97930ea97d4abe4ac9c3227654b5d00a62) Co-authored-by: rohitwaghchaure --- 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 f81fc1d8743..809ac838ccb 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 }}