added 'blog_subscriber' and 'unsubscribed' fields

This commit is contained in:
Rushabh Mehta 2012-08-03 14:09:32 +05:30
parent f0018b5e05
commit 384b61749e

View File

@ -5,7 +5,7 @@
{
'creation': '2012-06-05 20:03:20',
'docstatus': 0,
'modified': '2012-08-02 18:01:53',
'modified': '2012-08-03 10:49:22',
'modified_by': u'Administrator',
'owner': u'Administrator'
},
@ -686,5 +686,14 @@
'fieldtype': u'Check',
'label': u'Unsubscribed',
'permlevel': 0
},
# DocField
{
'doctype': u'DocField',
'fieldname': u'blog_subscriber',
'fieldtype': u'Check',
'label': u'Blog Subscriber',
'permlevel': 0
}
]