mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 12:49:10 +00:00
cleanup property setter patch
This commit is contained in:
0
erpnext/patches/may_2012/__init__.py
Normal file
0
erpnext/patches/may_2012/__init__.py
Normal file
3
erpnext/patches/may_2012/cleanup_property_setter.py
Normal file
3
erpnext/patches/may_2012/cleanup_property_setter.py
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
def execute():
|
||||||
|
import webnotes
|
||||||
|
webnotes.conn.sql("delete from `tabProperty Setter` where property in ('width', 'previous_field')")
|
||||||
Reference in New Issue
Block a user