Merge branch 'master' of github.com:webnotes/erpnext
This commit is contained in:
commit
520de0529f
8
erpnext/patches/remove_extra_button_from_email_digest.py
Normal file
8
erpnext/patches/remove_extra_button_from_email_digest.py
Normal 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'""")
|
||||||
|
|
||||||
Loading…
x
Reference in New Issue
Block a user