mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 20:59:11 +00:00
Merge pull request #53120 from frappe/gh53107
This commit is contained in:
@@ -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,
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user