commit | e5de85aec2cf864c05d484b0abad607f99bc490e | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Thu Jun 07 11:41:42 2012 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Thu Jun 07 11:41:42 2012 +0530 |
tree | a7800775ef7e82c15df78d057006cc2a1223ca86 | |
parent | a89f52041f992741386bfe9316104cbb8b2fc719 [diff] |
fix in communication list in parent forms
diff --git a/erpnext/support/doctype/communication/communication.js b/erpnext/support/doctype/communication/communication.js index 87e0aad..ade917f 100644 --- a/erpnext/support/doctype/communication/communication.js +++ b/erpnext/support/doctype/communication/communication.js
@@ -42,7 +42,7 @@ if(data.content && data.content.length > 50) { data.content = '<span title="'+data.content+'">' + - data.description.substr(0,50) + '...</span>'; + data.content.substr(0,50) + '...</span>'; } },