cleanup property setter patch
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
def execute():
|
def execute():
|
||||||
import webnotes
|
import webnotes
|
||||||
webnotes.conn.sql("delete from `tabProperty Setter` where property in ('width', 'previous_field')")
|
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',
|
'patch_file': 'repost_stock_for_posting_time',
|
||||||
'description': 'repost stock for posting time 00:00:seconds'
|
'description': 'repost stock for posting time 00:00:seconds'
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
'patch_module': 'patches.may_2012',
|
||||||
|
'patch_file': 'cleanup_property_setter',
|
||||||
|
'description': 'cleanup_property_setter'
|
||||||
|
},
|
||||||
|
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user