[fix] disable save in naming series
This commit is contained in:
parent
8bf0b89595
commit
92b6f76612
@ -1,7 +1,10 @@
|
||||
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
|
||||
// License: GNU General Public License v3. See license.txt
|
||||
|
||||
|
||||
cur_frm.cscript.onload_post_render = function(doc, cdt, cdn) {
|
||||
cur_frm.disable_save();
|
||||
cur_frm.toolbar.print_icon.addClass("hide");
|
||||
return cur_frm.call({
|
||||
doc: cur_frm.doc,
|
||||
method: 'get_transactions',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user