removed set_fetch from opportunity.js

This commit is contained in:
Anand Doshi 2012-10-17 15:26:19 +05:30
parent 92e6ebdf71
commit 57e947ddcf

View File

@ -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();
}