mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-23 15:09:20 +00:00
Refresh issue fixed for support ticket
This commit is contained in:
@@ -83,8 +83,6 @@ $.extend(cur_frm.cscript, {
|
|||||||
Send: function(doc, dt, dn) {
|
Send: function(doc, dt, dn) {
|
||||||
$c_obj([doc], 'send_response', '', function(r,rt) {
|
$c_obj([doc], 'send_response', '', function(r,rt) {
|
||||||
locals[dt][dn].new_response = '';
|
locals[dt][dn].new_response = '';
|
||||||
//refresh_field('new_response');
|
|
||||||
//cs.make_listing(doc);
|
|
||||||
cur_frm.refresh();
|
cur_frm.refresh();
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user