Patches for email digest and remove page break from defaults
This commit is contained in:
5
erpnext/patches/remove_page_break_from_defaults.py
Normal file
5
erpnext/patches/remove_page_break_from_defaults.py
Normal file
@@ -0,0 +1,5 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("""\
|
||||
DELETE FROM `tabDefaultValue`
|
||||
WHERE parent='Control Panel' AND defkey='page_break'""")
|
||||
Reference in New Issue
Block a user