Refresh issue fixed for support ticket

This commit is contained in:
Anand Doshi 2012-01-06 12:06:29 +05:30
parent 7a87c7de46
commit 7f16efe35d

View File

@ -83,8 +83,6 @@ $.extend(cur_frm.cscript, {
Send: function(doc, dt, dn) {
$c_obj([doc], 'send_response', '', function(r,rt) {
locals[dt][dn].new_response = '';
//refresh_field('new_response');
//cs.make_listing(doc);
cur_frm.refresh();
});
},