From 5503d4b05b9621fabf262df63c35d9997262101a Mon Sep 17 00:00:00 2001 From: Rohit Waghchaure Date: Thu, 21 Aug 2025 23:24:35 +0530 Subject: [PATCH] fix: Serial Nos popup only appears 1 time --- erpnext/public/js/controllers/transaction.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/erpnext/public/js/controllers/transaction.js b/erpnext/public/js/controllers/transaction.js index 387fdd4892f..98837a86626 100644 --- a/erpnext/public/js/controllers/transaction.js +++ b/erpnext/public/js/controllers/transaction.js @@ -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);