Merge pull request #49270 from frappe/mergify/bp/version-15-hotfix/pr-49269

fix: Serial Nos popup only appears 1 time (backport #49269)
This commit is contained in:
rohitwaghchaure
2025-08-21 23:38:01 +05:30
committed by GitHub

View File

@@ -551,6 +551,8 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
item_code(doc, cdt, cdn) {
var me = this;
frappe.flags.dialog_set = false;
var item = frappe.get_doc(cdt, cdn);
var update_stock = 0, show_batch_dialog = 0;