mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 05:28:27 +00:00
minor fix in support ticket
This commit is contained in:
@@ -51,6 +51,7 @@ $.extend(cur_frm.cscript, {
|
||||
var comm_list = wn.model.get("Communication", {"support_ticket": doc.name})
|
||||
comm_list.push({
|
||||
"sender": doc.raised_by,
|
||||
"creation": doc.creation,
|
||||
"modified": doc.creation,
|
||||
"content": doc.description});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user