From 08332ddacd19da797babb2ad4fab1b4165f85c14 Mon Sep 17 00:00:00 2001 From: Rushabh Mehta Date: Mon, 6 May 2013 12:46:13 +0530 Subject: [PATCH] [form] [scripting] fixes and cleanups for new triggering system --- selling/doctype/quotation/quotation.js | 1 - 1 file changed, 1 deletion(-) diff --git a/selling/doctype/quotation/quotation.js b/selling/doctype/quotation/quotation.js index 078baf19974..37ff7d41c3b 100644 --- a/selling/doctype/quotation/quotation.js +++ b/selling/doctype/quotation/quotation.js @@ -122,7 +122,6 @@ cur_frm.cscript.customer = function(doc,dt,dn) { 'get_default_customer_address', '', callback); if(doc.customer) unhide_field(['customer_address','contact_person','territory', 'customer_group']); cur_frm.toggle_display("contact_section", doc.customer || doc.lead); - console.log(doc.customer_group); } cur_frm.cscript.customer_address = cur_frm.cscript.contact_person = function(doc,dt,dn) {