[communication] [minor]
diff --git a/support/doctype/support_ticket/support_ticket.js b/support/doctype/support_ticket/support_ticket.js
index 78c3ce5..0e61273 100644
--- a/support/doctype/support_ticket/support_ticket.js
+++ b/support/doctype/support_ticket/support_ticket.js
@@ -51,7 +51,7 @@
 		if(!comm_list.length) {
 			comm_list.push({
 				"sender": doc.raised_by,
-				"communication_date": doc.creation,
+				"creation": doc.creation,
 				"content": doc.description});
 		}