mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-31 10:49:09 +00:00
refactor: rename reactivity checkbox
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user