mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-16 11:39:18 +00:00
minor fix in support ticket
This commit is contained in:
@@ -60,7 +60,7 @@ cur_frm.cscript.refresh = function(doc,dt,dn) {
|
||||
cur_frm.communication_view = new wn.views.CommunicationList({
|
||||
list: wn.model.get("Communication", {"customer": doc.name}),
|
||||
parent: cur_frm.fields_dict.communication_html.wrapper,
|
||||
doc: doc
|
||||
doc: doc,
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user