Merge pull request #53120 from frappe/gh53107

This commit is contained in:
Mihir Kandoi
2026-03-03 17:12:33 +05:30
committed by GitHub

View File

@@ -242,7 +242,7 @@ class Item(Document):
'Image in the description has been removed. To disable this behavior, uncheck "{0}" in {1}.'
).format(
frappe.get_meta("Stock Settings").get_label("clean_description_html"),
get_link_to_form("Stock Settings"),
get_link_to_form("Stock Settings", "Stock Settings"),
),
alert=True,
)