diff --git a/frappe/__init__.py b/frappe/__init__.py
index f018f4c742..d597e1e783 100644
--- a/frappe/__init__.py
+++ b/frappe/__init__.py
@@ -14,7 +14,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template
-__version__ = '10.0.12'
+__version__ = '10.0.13'
__title__ = "Frappe Framework"
local = Local()
diff --git a/frappe/desk/form/load.py b/frappe/desk/form/load.py
index b09a23cbb4..9e12de718e 100644
--- a/frappe/desk/form/load.py
+++ b/frappe/desk/form/load.py
@@ -138,7 +138,7 @@ def get_communication_data(doctype, name, start=0, limit=20, after=None, fields=
'''Returns list of communications for a given document'''
if not fields:
fields = '''name, communication_type,
- communication_medium, comment_type,
+ communication_medium, comment_type, communication_date,
content, sender, sender_full_name, creation, subject, delivery_status, _liked_by,
timeline_doctype, timeline_name,
reference_doctype, reference_name,
diff --git a/frappe/public/js/frappe/views/communication.js b/frappe/public/js/frappe/views/communication.js
index 59808efa98..695f6eb58d 100755
--- a/frappe/public/js/frappe/views/communication.js
+++ b/frappe/public/js/frappe/views/communication.js
@@ -585,12 +585,13 @@ frappe.views.CommunicationComposer = Class.extend({
.replace(/<meta[\s\S]*meta>/g, '') // remove tags
.replace(/<style[\s\S]*<\/style>/g, ''); // // remove