mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 16:04:46 +00:00
[communication] [minor]
This commit is contained in:
@@ -51,7 +51,7 @@ $.extend(cur_frm.cscript, {
|
|||||||
if(!comm_list.length) {
|
if(!comm_list.length) {
|
||||||
comm_list.push({
|
comm_list.push({
|
||||||
"sender": doc.raised_by,
|
"sender": doc.raised_by,
|
||||||
"communication_date": doc.creation,
|
"creation": doc.creation,
|
||||||
"content": doc.description});
|
"content": doc.description});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user