minor fix in support ticket
This commit is contained in:
parent
84b11ed1cd
commit
bde1f4f454
@ -60,7 +60,7 @@ cur_frm.cscript.refresh = function(doc,dt,dn) {
|
|||||||
cur_frm.communication_view = new wn.views.CommunicationList({
|
cur_frm.communication_view = new wn.views.CommunicationList({
|
||||||
list: wn.model.get("Communication", {"customer": doc.name}),
|
list: wn.model.get("Communication", {"customer": doc.name}),
|
||||||
parent: cur_frm.fields_dict.communication_html.wrapper,
|
parent: cur_frm.fields_dict.communication_html.wrapper,
|
||||||
doc: doc
|
doc: doc,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -51,6 +51,7 @@ $.extend(cur_frm.cscript, {
|
|||||||
var comm_list = wn.model.get("Communication", {"support_ticket": doc.name})
|
var comm_list = wn.model.get("Communication", {"support_ticket": doc.name})
|
||||||
comm_list.push({
|
comm_list.push({
|
||||||
"sender": doc.raised_by,
|
"sender": doc.raised_by,
|
||||||
|
"creation": doc.creation,
|
||||||
"modified": doc.creation,
|
"modified": doc.creation,
|
||||||
"content": doc.description});
|
"content": doc.description});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user