remove previous field property setter
This commit is contained in:
parent
9ca7e5255b
commit
f2f4c87bb6
6
erpnext/patches/remove_previous_field_property_setter.py
Normal file
6
erpnext/patches/remove_previous_field_property_setter.py
Normal file
@ -0,0 +1,6 @@
|
||||
import webnotes
|
||||
def execute():
|
||||
webnotes.conn.sql("""\
|
||||
DELETE FROM `tabProperty Setter`
|
||||
WHERE property='previous_field'
|
||||
""")
|
Loading…
x
Reference in New Issue
Block a user