[communication] [minor]

This commit is contained in:
Rushabh Mehta 2013-09-02 18:37:28 +05:30
parent d7954ed507
commit 81284b73ef

View File

@ -51,7 +51,7 @@ $.extend(cur_frm.cscript, {
if(!comm_list.length) {
comm_list.push({
"sender": doc.raised_by,
"communication_date": doc.creation,
"creation": doc.creation,
"content": doc.description});
}