Merge pull request #49269 from rohitwaghchaure/fixed-github-49237

fix: Serial Nos popup only appears 1 time
This commit is contained in:
rohitwaghchaure
2025-08-21 23:28:10 +05:30
committed by GitHub

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);