brotherton-erpnext/erpnext/patches/remove_previous_field_property_setter.py
2011-12-22 15:19:16 +05:30

7 lines
130 B
Python

import webnotes
def execute():
webnotes.conn.sql("""\
DELETE FROM `tabProperty Setter`
WHERE property='previous_field'
""")