mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-27 17:04:47 +00:00
by default, communication content is of type 'Text' instead of 'Text Editor'
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
{
|
{
|
||||||
'creation': '2012-06-26 11:58:13',
|
'creation': '2012-06-26 11:58:13',
|
||||||
'docstatus': 0,
|
'docstatus': 0,
|
||||||
'modified': '2012-08-31 13:14:16',
|
'modified': '2012-08-31 16:44:13',
|
||||||
'modified_by': u'Administrator',
|
'modified_by': u'Administrator',
|
||||||
'owner': u'Administrator'
|
'owner': u'Administrator'
|
||||||
},
|
},
|
||||||
@@ -188,7 +188,7 @@
|
|||||||
{
|
{
|
||||||
'doctype': u'DocField',
|
'doctype': u'DocField',
|
||||||
'fieldname': u'content',
|
'fieldname': u'content',
|
||||||
'fieldtype': u'Text Editor',
|
'fieldtype': u'Text',
|
||||||
'label': u'Content',
|
'label': u'Content',
|
||||||
'permlevel': 0,
|
'permlevel': 0,
|
||||||
'reqd': 0
|
'reqd': 0
|
||||||
|
|||||||
Reference in New Issue
Block a user