Trying to fix support ticket refresh on reply issue
This commit is contained in:
parent
6a13e8b645
commit
449f534c36
@ -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);
|
||||
});
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user