refactor: rename reactivity checkbox

This commit is contained in:
ruthra kumar
2025-09-10 09:56:40 +05:30
parent d3d03e8d83
commit 9391c8911c
4 changed files with 12 additions and 12 deletions

View File

@@ -592,7 +592,7 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
frappe.flags.dialog_set = false;
// Experimental: This will be removed once stability is achieved.
if (frappe.boot.sysdefaults.use_server_side_reactivity) {
if (!frappe.boot.sysdefaults.use_legacy_js_reactivity) {
var item = frappe.get_doc(cdt, cdn);
frappe.call({
doc: doc,