cleanup property setter patch
This commit is contained in:
parent
50a0cadb9f
commit
dd200d363e
@ -1,3 +1,5 @@
|
||||
def execute():
|
||||
import webnotes
|
||||
webnotes.conn.sql("delete from `tabProperty Setter` where property in ('width', 'previous_field')")
|
||||
|
||||
webnotes.conn.sql("delete from `tabSingles` where field = 'footer_font_color' and doctype = 'Style Settings'")
|
||||
|
@ -312,5 +312,10 @@ patch_list = [
|
||||
'patch_file': 'repost_stock_for_posting_time',
|
||||
'description': 'repost stock for posting time 00:00:seconds'
|
||||
},
|
||||
{
|
||||
'patch_module': 'patches.may_2012',
|
||||
'patch_file': 'cleanup_property_setter',
|
||||
'description': 'cleanup_property_setter'
|
||||
},
|
||||
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user