fix: avoid pricing rule help template errors (#59097)

This commit is contained in:
Pandiyan P
2026-09-16 13:10:22 +05:30
committed by GitHub
parent b439bdda68
commit 2273448f1b

View File

@@ -108,7 +108,7 @@ frappe.ui.form.on("Pricing Rule", {
</td></tr>
</table>`;
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");
},