Trying to fix support ticket refresh on reply issue

This commit is contained in:
Anand Doshi 2012-01-06 11:54:21 +05:30
parent 6a13e8b645
commit 449f534c36

View File

@ -83,8 +83,9 @@ $.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);
//refresh_field('new_response');
//cs.make_listing(doc);
cs.refresh(doc);
});
},