mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-17 09:17:15 +00:00
Trying to fix support ticket refresh on reply issue
This commit is contained in:
@@ -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);
|
||||
});
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user