[fix] disable save in naming series

This commit is contained in:
Rushabh Mehta 2015-07-29 15:17:30 +05:30
parent 8bf0b89595
commit 92b6f76612

View File

@ -1,7 +1,10 @@
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors // Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt // License: GNU General Public License v3. See license.txt
cur_frm.cscript.onload_post_render = function(doc, cdt, cdn) { 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({ return cur_frm.call({
doc: cur_frm.doc, doc: cur_frm.doc,
method: 'get_transactions', method: 'get_transactions',