diff --git a/erpnext/accounts/doctype/pricing_rule/pricing_rule.js b/erpnext/accounts/doctype/pricing_rule/pricing_rule.js index 7cce98f3323..914d43ab5dd 100644 --- a/erpnext/accounts/doctype/pricing_rule/pricing_rule.js +++ b/erpnext/accounts/doctype/pricing_rule/pricing_rule.js @@ -108,7 +108,7 @@ frappe.ui.form.on("Pricing Rule", { `; - frm.set_df_property("pricing_rule_help", "options", help_content); + frm.get_field("pricing_rule_help").html(help_content); frm.events.set_options_for_applicable_for(frm); frm.trigger("toggle_reqd_apply_on"); },