mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-06 03:52:15 +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',
|
||||
'docstatus': 0,
|
||||
'modified': '2012-08-31 13:14:16',
|
||||
'modified': '2012-08-31 16:44:13',
|
||||
'modified_by': u'Administrator',
|
||||
'owner': u'Administrator'
|
||||
},
|
||||
@@ -188,7 +188,7 @@
|
||||
{
|
||||
'doctype': u'DocField',
|
||||
'fieldname': u'content',
|
||||
'fieldtype': u'Text Editor',
|
||||
'fieldtype': u'Text',
|
||||
'label': u'Content',
|
||||
'permlevel': 0,
|
||||
'reqd': 0
|
||||
|
||||
Reference in New Issue
Block a user