From 57e947ddcff292272a40d4ce390d7dbafd7098c0 Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Wed, 17 Oct 2012 15:26:19 +0530 Subject: [PATCH] removed set_fetch from opportunity.js --- selling/doctype/opportunity/opportunity.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/selling/doctype/opportunity/opportunity.js b/selling/doctype/opportunity/opportunity.js index 4a8abd379b..17666ece0d 100644 --- a/selling/doctype/opportunity/opportunity.js +++ b/selling/doctype/opportunity/opportunity.js @@ -48,8 +48,6 @@ cur_frm.cscript.onload = function(doc, cdt, cdn) { } } - // setup fetch - cur_frm.cscript.set_fetch(); cur_frm.cscript.make_communication_body(); }