commit | f2f4c87bb6f04dcb879b72ddf68d6643be6a55a0 | [log] [tgz] |
---|---|---|
author | Anand Doshi <anand@iwebnotes.com> | Thu Dec 22 15:19:16 2011 +0530 |
committer | Anand Doshi <anand@iwebnotes.com> | Thu Dec 22 15:19:16 2011 +0530 |
tree | ae1f834944955b3a590d3163a3200bddd374436a | |
parent | 9ca7e5255b23db5e9ebeab00c9b5ff3573c65145 [diff] |
remove previous field property setter
diff --git a/erpnext/patches/remove_previous_field_property_setter.py b/erpnext/patches/remove_previous_field_property_setter.py new file mode 100644 index 0000000..677188e --- /dev/null +++ b/erpnext/patches/remove_previous_field_property_setter.py
@@ -0,0 +1,6 @@ +import webnotes +def execute(): + webnotes.conn.sql("""\ + DELETE FROM `tabProperty Setter` + WHERE property='previous_field' + """)