(cherry picked from commit f31122cbc3)
Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -4,10 +4,13 @@
|
||||
|
||||
frappe.ui.form.on("Naming Series", {
|
||||
onload: function(frm) {
|
||||
frm.disable_save();
|
||||
frm.events.get_doc_and_prefix(frm);
|
||||
},
|
||||
|
||||
refresh: function(frm) {
|
||||
frm.disable_save();
|
||||
},
|
||||
|
||||
get_doc_and_prefix: function(frm) {
|
||||
frappe.call({
|
||||
method: "get_transactions",
|
||||
|
||||
Reference in New Issue
Block a user