removed set_fetch from opportunity.js
diff --git a/selling/doctype/opportunity/opportunity.js b/selling/doctype/opportunity/opportunity.js
index 4a8abd3..17666ec 100644
--- a/selling/doctype/opportunity/opportunity.js
+++ b/selling/doctype/opportunity/opportunity.js
@@ -48,8 +48,6 @@
 		}
 	} 
 
-	// setup fetch
-	cur_frm.cscript.set_fetch();
 	cur_frm.cscript.make_communication_body();
 }