From eead6d46ff8dbb8b76090d9bdbc03f033ecd5fbe Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 16:52:09 +0530 Subject: [PATCH] fix: remove public access to list items (backport #45838) (#46018) fix: remove public access to list items (cherry picked from commit 2bd596ee3d98d418ea74105eb49604df64877b8f) Co-authored-by: CaseSolved --- erpnext/stock/doctype/item/item.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/erpnext/stock/doctype/item/item.json b/erpnext/stock/doctype/item/item.json index 2c56b6a80bc..16ac4fd1017 100644 --- a/erpnext/stock/doctype/item/item.json +++ b/erpnext/stock/doctype/item/item.json @@ -1,6 +1,5 @@ { "actions": [], - "allow_guest_to_view": 1, "allow_import": 1, "allow_rename": 1, "autoname": "field:item_code", @@ -888,10 +887,9 @@ "icon": "fa fa-tag", "idx": 2, "image_field": "image", - "index_web_pages_for_search": 1, "links": [], "make_attachments_public": 1, - "modified": "2024-04-30 13:46:39.098753", + "modified": "2025-02-03 23:43:57.253667", "modified_by": "Administrator", "module": "Stock", "name": "Item",