mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
fix: Serial Nos popup only appears 1 time
This commit is contained in:
@@ -589,6 +589,8 @@ erpnext.TransactionController = class TransactionController extends erpnext.taxe
|
|||||||
|
|
||||||
item_code(doc, cdt, cdn) {
|
item_code(doc, cdt, cdn) {
|
||||||
var me = this;
|
var me = this;
|
||||||
|
frappe.flags.dialog_set = false;
|
||||||
|
|
||||||
// Experimental: This will be removed once stability is achieved.
|
// Experimental: This will be removed once stability is achieved.
|
||||||
if (frappe.boot.sysdefaults.use_server_side_reactivity) {
|
if (frappe.boot.sysdefaults.use_server_side_reactivity) {
|
||||||
var item = frappe.get_doc(cdt, cdn);
|
var item = frappe.get_doc(cdt, cdn);
|
||||||
|
|||||||
Reference in New Issue
Block a user