fix: item description html validation error

This commit is contained in:
Mihir Kandoi
2026-03-03 16:57:02 +05:30
committed by GitHub
parent 067a57d4c3
commit 3c6a120c5c

View File

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