fix: Serial Nos popup only appears 1 time

This commit is contained in:
Rohit Waghchaure
2025-08-21 23:24:35 +05:30
parent d64cd86f52
commit 5503d4b05b

View File

@@ -589,6 +589,8 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
item_code(doc, cdt, cdn) {
var me = this;
frappe.flags.dialog_set = false;
// Experimental: This will be removed once stability is achieved.
if (frappe.boot.sysdefaults.use_server_side_reactivity) {
var item = frappe.get_doc(cdt, cdn);