Merge pull request #167 from anandpdoshi/master

Patch to remove extra button from Email Digest Form
This commit is contained in:
Anand Doshi 2011-12-20 05:40:59 -08:00
commit 146f47faab

View File

@ -0,0 +1,8 @@
def execute():
import webnotes
webnotes.conn.sql("""
DELETE FROM tabDocField
WHERE parent = 'Email Digest'
AND label = 'Add Recipients'
AND fieldtype = 'Button'""")