mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-25 07:54:46 +00:00
Merge pull request #172 from anandpdoshi/master
remove previous field property setter
This commit is contained in:
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'
|
||||||
|
""")
|
||||||
Reference in New Issue
Block a user